Page 1 of 1

GapiDrawApplication.h not found when I try to compile

PostPosted: Jul 30, 2003 @ 12:13pm
by gchuang
Hi guys.. Im trying the tutorial at for smartphone 2002 sdk. However when I try to compile it says that "GapiDrawApplication.h" is not found (its called for in myproject.cpp). I searched my whole C drive and couldn't find the file, and its not part of the GapiDraw package that I downloaded and installed (2.04). Has anyone else had this problem?? Logically I thought it'd be in ..\GapiDraw\include, but couldn't find it there either.

Maybe someone can upload the file for me to d/l or something...

Thanks,
Gee

PostPosted: Jul 30, 2003 @ 12:26pm
by Tonegolf71
I think you're trying to #include the wrong file, it should be GapiApplication.h not GapiDrawApplication.h.

Hope this helps. :P

Tone.