error - not a valid win32 application
Hi, I making a console program wich uses windows.h.
The linking is as the following:
ILINK32 $(OBJFILES), clientmain.exe, , cw32i.lib , ,
When I run the executable, a message appears, saying that this "is not a
valid win32 application" and then access denied.
Do I have to include any additional parameter at the ilink32 command?
Do anyone know how can i solve this?
It happens when I use windows API.
Thanks.
|