Max5 API reference links broken
I've noticed that many of the links in the Max API 5.1.1 do not match up to their corresponding html files.
For instance, the link for simple max is:
...MaxSDK-5.1.1/html/simplemax_8c_source.html
whereas the html file is named
...MaxSDK-5.1.1/html/simplemax_8c-source.html
In addition, I'm having trouble compiling a simple modification of one of the SDK examples on Windows Vista. The compiler gets to ext_prefix.h and says there is no 'mactypes.h' file. The included header files are "z_dsp.h" "ext_obex.h" and "ext.h". What I'm doing wrong is no doubt very simple as I'm new to this game, but if anyone could nudge me in the right direction that'd be much appreciated. Thanks
I've sorted the latter problem now, confusion appeared to be caused by the order in which I included the header files..
Any chance you could post what the right order was?
#include "ext.h"
#include "ext_obex.h"
#include "z_dsp.h"