Search found 2 matches

by FrozenSnake
Fri Oct 10, 2008 11:41 pm
Forum: General
Topic: Need help to be able to compile certain stuff (read thread)
Replies: 3
Views: 10721

I am not sure what the none item is that is found in your original code :?:


It's the code from Dev-Cpp when you create a new Window Application.

But unlike the other IDE that you refer, Zeus relies on the programmer to configure the build process. It is unlike the other IDE that hardcodes ...
by FrozenSnake
Fri Oct 10, 2008 12:29 am
Forum: General
Topic: Need help to be able to compile certain stuff (read thread)
Replies: 3
Views: 10721

Need help to be able to compile certain stuff (read thread)

I am new with this editor and using g++ from cygnus (cygwin-b20)
and I wanna be able to compile winapi applications like this:

#include <windows.h>
LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM);
char szClassName[ ] = "WindowsApp";
int WINAPI WinMain (HINSTANCE hThisInstance ...