I'm having a fantastic time developing with GapiDraw! I have been working with the sample application example outlined in the GapiDraw Documentation article titles "Creating a new project". The example compiles and runs perfectly on my desktop pc and my laptop. However, when I attempt to compile it for my pocket pc, I get the following error:
C:\Source\MyProject\Common\MyProject.cpp(29) : error C2731: 'WinMain' : function cannot be overloaded
C:\Source\MyProject\Common\MyProject.cpp(28) : see declaration of 'WinMain'
I believe I have followed the example instructions, and I'm reasonably sure the code is correct, as it runs on my stationary pcs. The same error occured with GapiDraw v. 1.04 and still occurs now that I am using v. 2.01b. I have tried compiling this on two different pc's with the same result. Sadly, I have only one ppc (Casio E-125), so that may be the problem...
Does anyone have any idea why this is happening and what I can do about it?