Hi: I'm using the wineyes api, (via the 7.1 sdk) if I have
#include "wineyes.h" And then _application *app; In the same file this works fine. What I'd like though is to have the *Application varialble private in a class I've got, when ever I do this an use the variable I get lnk2019 do I need to include wineyes.h in both my .h and .cpp files. Any one got any ideas? Cheers Sean.
