View Single Post
Old Sep 6th, 2006, 4:55 PM   #1
Edgar
Programmer
 
Edgar's Avatar
 
Join Date: May 2006
Location: Bathroom
Posts: 43
Rep Power: 0 Edgar is on a distinguished road
Progwin 32 is not working

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.
Edgar is offline   Reply With Quote