#include <windows.h>
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrev, LPSTR lpCmdLine, int nCmdShow )
{
MessageBox( 0, "Hello world!", "ok", 0 );
return 0;
}
set include=path a include de VC
set lib=path a include de libs de VC
set path=path a bin de VC
cl /GA test.c /link user32.lib
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: D.Fernandez and 18 guests