Martin - Thanks! I found the reference to that method on Apple's WWW site, and will try it out on Wednesday. Something like:

#ifdef __APPLE__
#include <AppKit/AppKit.h>
#endif

then

#ifdef __APPLE__
NSApplicationLoad(void)
#endif

before anything else in SDL gets called. THen I need to include the AppKit framework in the compile, but that's pretty simple. - MLD


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to