Hi, Im traying to get this done but is not working, this is what i'm doing:
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdline, int nCmdshow)
{
MessageBox(NULL, "Goddbye, cuel world!", "Note", MB_OK);
return 0;
}
and this is the error massage that I have:
C:\cwork>dmc test.c
Fatal error: unable to open input file 'win16\WINDOWS.H'
--- errorlevel 1
I'm using a c compiler (DMC )
thanks for your halep.