004
02.11.2006, 20:12 Uhr
elturco
|
ich zeige Dir lieber die Fehlermeldung, Code ist ziemlich groß deshalb:
C++: |
Compiling... frame.cpp C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(25) : warning C4518: '$S1 ' : storage-class or type specifier(s) unexpected here; ignored C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(48) : error C2664: 'g_type_register_static' : cannot convert parameter 4 from 'const int' to 'GTypeFlags' Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast) C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(57) : error C2440: '=' : cannot convert from 'void *' to 'struct _GtkVUMeter *' Conversion from 'void*' to pointer to non-'void' requires an explicit cast C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(80) : warning C4518: '$S2 ' : storage-class or type specifier(s) unexpected here; ignored C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(85) : error C2226: syntax error : unexpected type '$S3' C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(86) : error C2226: syntax error : unexpected type '$S4' C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(87) : error C2440: '=' : cannot convert from 'void *' to 'struct _GtkWidgetClass *' Conversion from 'void*' to pointer to non-'void' requires an explicit cast C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(205) : warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(229) : warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(272) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(277) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(343) : warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(349) : warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(352) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(374) : warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(404) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(415) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(450) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(479) : warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation C:\Programme\Microsoft Visual Studio\MyProjects\GTK\frame.cpp(485) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data gtkvumeter.cpp c:\programme\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2144: syntax error : missing ';' before type 'void' c:\programme\microsoft visual studio\vc98\include\gl\gl.h(1152) : error C2501: 'WINGDIAPI' : missing storage-class or type specifiers c:\programme\microsoft visual studio\vc98\include\gl\gl.h(1152) : fatal error C1004: unexpected end of file found Error executing cl.exe.
GTK.exe - 8 error(s), 15 warning(s)
|
|