Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Compiler Probleme

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
02.11.2006, 19:31 Uhr
elturco



Hii,

wenn ich ein Projekt unter Visual laufen lassen möchte bekomme ich fast immer die Fehlermeldung:

C++:

no compile tool associated with this file extension    



Ich kann also die Header Datei nicht compileren.

Ich mache das so, dass ich FILE-->NEW-->C/C++ HeaderFile erstelle, und darin mein vorhandenes Header File kopiere.

Was mache ich falsch ? wie muss ich das machen ?


Grüße
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
02.11.2006, 19:34 Uhr
Spacelord
Hoffnungsloser Fall


ne cpp Datei erstellen....
--
.....Ich mach jetzt nämlich mein Jodeldiplom.Dann hab ich endlich was Eigenes.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
02.11.2006, 19:42 Uhr
elturco



Hii Spacelord,

da hat sich nichts geändert, bekomme mehr Fehlermedungen...
hast Du ne andere Idee ?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
02.11.2006, 19:54 Uhr
Spacelord
Hoffnungsloser Fall


Doch da hat sich ganz sicher was geändert.
Zeig mal deinen Code.

Gruß Spacelord
--
.....Ich mach jetzt nämlich mein Jodeldiplom.Dann hab ich endlich was Eigenes.

Dieser Post wurde am 02.11.2006 um 20:04 Uhr von Spacelord editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
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)


 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
02.11.2006, 20:15 Uhr
Spacelord
Hoffnungsloser Fall


Der Code wäre interessanter.
--
.....Ich mach jetzt nämlich mein Jodeldiplom.Dann hab ich endlich was Eigenes.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
02.11.2006, 21:31 Uhr
elturco



Danke Dir Spacelord erstmal,

ich kann das hier nicht posten, da der Code zu lang ist...

danke aber
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
02.11.2006, 22:22 Uhr
Spacelord
Hoffnungsloser Fall


Tja,wer nicht will der hat schon

Gruß Spacelord
--
.....Ich mach jetzt nämlich mein Jodeldiplom.Dann hab ich endlich was Eigenes.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: