discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] usrp_tv_rcv.py problem in OS X


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] usrp_tv_rcv.py problem in OS X
Date: Mon, 22 Jan 2007 20:13:41 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]