[ ZuLu @ 11.07.2005. 11:21 ] @
Hi. Kada hocu da kompajliram program koji koristi navedene biblioteke dobijam sledeci Log: Compiler: Default compiler Executing g++.exe... g++.exe "D:\Test\Test.cpp" -o "D:\Test\Test.exe" -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"C:\Dev-Cpp\include\c++\3.4.2\backward" -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" In file included from C:/Dev-Cpp/include/commctrl.h:7, from C:/Dev-Cpp/include/setupapi.h:7, from D:\Test\Test.cpp:6: C:/Dev-Cpp/include/prsht.h:132: error: `LPCDLGTEMPLATE' does not name a type C:/Dev-Cpp/include/prsht.h:139: error: `DLGPROC' does not name a type C:/Dev-Cpp/include/prsht.h:155: error: `LPCDLGTEMPLATE' does not name a type C:/Dev-Cpp/include/prsht.h:162: error: `DLGPROC' does not name a type C:/Dev-Cpp/include/prsht.h:245: error: `NMHDR' does not name a type In file included from C:/Dev-Cpp/include/setupapi.h:7, from D:\Test\Test.cpp:6: C:/Dev-Cpp/include/commctrl.h:1929: error: `NMHDR' does not name a type C:/Dev-Cpp/include/commctrl.h:2072: error: expected `;' before '*' token C:/Dev-Cpp/include/commctrl.h:2081: error: `NMHDR' does not name a type C:/Dev-Cpp/include/commctrl.h:3117: error: `LPTRACKMOUSEEVENT' was not declared in this scope In file included from D:\Test\Test.cpp:6: C:/Dev-Cpp/include/setupapi.h:1088: error: `REGSAM' has not been declared In file included from D:\Test\Test.cpp:7: C:/Dev-Cpp/include/winuser.h:2725: error: `LOGFONTA' does not name a type C:/Dev-Cpp/include/winuser.h:2732: error: `LOGFONTW' does not name a type C:/Dev-Cpp/include/winuser.h:3256: error: `PDEVMODEA' was not declared in this scope C:/Dev-Cpp/include/winuser.h:3256: error: expected primary-expression before ')' token C:/Dev-Cpp/include/winuser.h:3256: error: initializer expression list treated as compound expression C:/Dev-Cpp/include/winuser.h:3257: error: `PDEVMODEW' was not declared in this scope C:/Dev-Cpp/include/winuser.h:3257: error: expected primary-expression before ')' token C:/Dev-Cpp/include/winuser.h:3257: error: initializer expression list treated as compound expression C:/Dev-Cpp/include/winuser.h:3258: error: `LPDEVMODEA' has not been declared C:/Dev-Cpp/include/winuser.h:3259: error: `LPDEVMODEW' has not been declared C:/Dev-Cpp/include/winuser.h:3307: error: `LPDEVMODEA' has not been declared C:/Dev-Cpp/include/winuser.h:3308: error: `LPDEVMODEW' has not been declared C:/Dev-Cpp/include/winuser.h:3405: error: `PDEVMODEA' has not been declared C:/Dev-Cpp/include/winuser.h:3406: error: `PDEVMODEW' has not been declared C:/Dev-Cpp/include/winuser.h:3411: error: `PDISPLAY_DEVICEA' has not been declared C:/Dev-Cpp/include/winuser.h:3412: error: `PDISPLAY_DEVICEW' has not been declared Execution terminated Spisak sam malo skratio, izbacio sam stvari koje se ponavljaju, da ne bi zauzimale mnogo mesta jer se mnogo puta ponavljaju. Koristio sam Bloodshed Dev-Cpp 4.9.9.2. Ako neko zna gde je greska bilo bi lepo da mi kaze ili barem da me uputi na neke www adrese gde bi mogao da nadjem resenje. Unapred hvala! |