You are not logged in.
Pages: 1
if i add windows.h in main.c, i get
In file included from c:/Dev-Cpp/include/objbase.h:74,
from c:/Dev-Cpp/include/ole2.h:9,
from c:/Dev-Cpp/include/windows.h:111,
from main.c:28:
c:/Dev-Cpp/include/objidl.h:58: error: syntax error before string constant
main.c:599: error: conflicting types for 'WinMain'
c:/Dev-Cpp/include/winbase.h:1040: error: previous declaration of 'WinMain' was here
main.c:599: error: conflicting types for 'WinMain'
c:/Dev-Cpp/include/winbase.h:1040: error: previous declaration of 'WinMain' was here
main.c: In function `WinMain':
main.c:601: error: invalid initializer
make.exe: *** [main.o] Error 1
i'm missing damdoum too ;_;
hi guys,
when i try to compile the latest cvs of gtk-glade under Windows i get
main.c:494: error: syntax error before "hThisInstance"
main.c: In function `WinMain':
main.c:498: error: invalid initializer
gcc.exe: unrecognized option `-rdynamic'
make.exe: *** [main.o] Error 1
any suggestion ?
Real Time Clock
Pages: 1