View Single Post
Old 03-05-2006, 06:10 PM   #5 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 704
DJMaze is on a distinguished road
here's another way to go in Windows
Code:
int WINAPI WinMain (HINSTANCE hInstance,
                     HINSTANCE hPrevInstance,
                     LPSTR lpCmdLine,
                     int nCmdShow)
{
// GUI app
}

int main(int argc, char** argv)
{
// console app
}
DJMaze is offline   Reply With Quote