Re: simpliest program on PocketPC by Gernot
Gernot
Thu Jul 29 06:52:50 CDT 2004
"haf" <token@net.hr> schrieb im Newsbeitrag
news:ceabik$6i3$1@gaudi2.UGent.be...
> i trying to find the simpliest examples of source codes for PocketPC
> i'm new in programing but "Hello World " aplication in SDK was kinda
> complicated for me
>
>
#include <windows.h>
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR, int)
{
MessageBox(NULL, "Test", "Hello World", MB_OK );
return 0;
}
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com