Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » VC++ 2005 & winbase.h (Kompilierfehler!)

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
22.11.2006, 12:29 Uhr
~Masterhawk
Gast


Sers Leute, hab da mal ne Frage....:

Ich starte VC++ und erstelle ein neues Projekt.....alles gut soweit, auch beim kompilieren. Aber wehe ich "include" winbase.h, dann kommt ein haufen von Syntaxfehlern in der Datei.....hab die Datei aber nie verändert. Kann mir nicht erklären woran es liegt. Hab ihr ne Ahnung.....
Bitte genau beschreiben, denn ich komme soeben aus dem Delphi-Lager und muss mich aufgrund ner 3D-Engine mit C++ beschäftigen.......jetzt steht mir nur noch VC++ im Weg....thx for help!!!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
22.11.2006, 13:18 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


Weil du vorher noch windows.h einbinden musst.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
22.11.2006, 16:46 Uhr
~Masterhawk
Gast


Ne, daran liegt es nicht

Quellcode:

C++:
// R3D-Start.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include "stdio.h"

#include <windows.h>
//#include <winbase.h>

#include <R3D_Core.h>


int main(int argc, char* argv[])
{
    
    return 0;
}


Dieser Code funktioniert nicht......
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
22.11.2006, 17:42 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Hi,
winbase.h darf man nie direkt inkludieren.

Ansonsten "funktioniert nicht" ohne Output vom Compiler kann man wenig sagen.
--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
22.11.2006, 22:49 Uhr
~Masterhawk
Gast


Hier der Compiler Output....hoffe es hilft weiter


Code:
------ Build started: Project: R3D-Start, Configuration: Debug Win32 ------
Compiling...
R3D-Start.cpp
d:\tools-n-co\vc++\vc\include\winnt.h(1019) : warning C4005: 'UNREFERENCED_PARAMETER' : macro redefinition
        d:\tools-n-co\vc++\vc\include\windef.h(147) : see previous definition of 'UNREFERENCED_PARAMETER'
d:\tools-n-co\vc++\vc\include\winnt.h(1020) : warning C4005: 'DBG_UNREFERENCED_PARAMETER' : macro redefinition
        d:\tools-n-co\vc++\vc\include\windef.h(149) : see previous definition of 'DBG_UNREFERENCED_PARAMETER'
d:\tools-n-co\vc++\vc\include\winnt.h(1021) : warning C4005: 'DBG_UNREFERENCED_LOCAL_VARIABLE' : macro redefinition
        d:\tools-n-co\vc++\vc\include\windef.h(150) : see previous definition of 'DBG_UNREFERENCED_LOCAL_VARIABLE'
d:\tools-n-co\vc++\vc\include\winnt.h(3264) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(3273) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(4949) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(4957) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(5079) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(5426) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(5863) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(5952) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(5964) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\winnt.h(6437) : warning C4103: 'd:\tools-n-co\vc++\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
d:\tools-n-co\vc++\vc\include\wincon.h(121) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\wincon.h(121) : error C2143: syntax error : missing ',' before '*'
d:\tools-n-co\vc++\vc\include\winbase.h(225) : error C2146: syntax error : missing ';' before identifier 'lpSecurityDescriptor'
d:\tools-n-co\vc++\vc\include\winbase.h(225) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(225) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(261) : error C2065: 'LPVOID' : undeclared identifier
d:\tools-n-co\vc++\vc\include\winbase.h(262) : error C2146: syntax error : missing ')' before identifier 'lpThreadParameter'
d:\tools-n-co\vc++\vc\include\winbase.h(262) : error C2165: 'left-side modifier' : cannot modify pointers to data
d:\tools-n-co\vc++\vc\include\winbase.h(262) : error C2513: 'DWORD *' : no variable declared before '='
d:\tools-n-co\vc++\vc\include\winbase.h(262) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(268) : error C2146: syntax error : missing ')' before identifier 'lpFiberParameter'
d:\tools-n-co\vc++\vc\include\winbase.h(268) : error C2165: 'left-side modifier' : cannot modify pointers to data
d:\tools-n-co\vc++\vc\include\winbase.h(268) : error C2513: 'void *' : no variable declared before '='
d:\tools-n-co\vc++\vc\include\winbase.h(268) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(506) : error C2146: syntax error : missing ';' before identifier 'lpMinimumApplicationAddress'
d:\tools-n-co\vc++\vc\include\winbase.h(506) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(506) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(507) : error C2146: syntax error : missing ';' before identifier 'lpMaximumApplicationAddress'
d:\tools-n-co\vc++\vc\include\winbase.h(507) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(507) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(647) : error C2146: syntax error : missing ';' before identifier 'lpThreadLocalBase'
d:\tools-n-co\vc++\vc\include\winbase.h(647) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(647) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
22.11.2006, 22:50 Uhr
~Masterhawk
Gast


PART II:

Code:
d:\tools-n-co\vc++\vc\include\winbase.h(655) : error C2146: syntax error : missing ';' before identifier 'lpBaseOfImage'
d:\tools-n-co\vc++\vc\include\winbase.h(655) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(655) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(658) : error C2146: syntax error : missing ';' before identifier 'lpThreadLocalBase'
d:\tools-n-co\vc++\vc\include\winbase.h(658) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(658) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(660) : error C2146: syntax error : missing ';' before identifier 'lpImageName'
d:\tools-n-co\vc++\vc\include\winbase.h(660) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(660) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(674) : error C2146: syntax error : missing ';' before identifier 'lpBaseOfDll'
d:\tools-n-co\vc++\vc\include\winbase.h(674) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(674) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(677) : error C2146: syntax error : missing ';' before identifier 'lpImageName'
d:\tools-n-co\vc++\vc\include\winbase.h(677) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(677) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(682) : error C2146: syntax error : missing ';' before identifier 'lpBaseOfDll'
d:\tools-n-co\vc++\vc\include\winbase.h(682) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(682) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1058) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1058) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1058) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1061) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1152) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1152) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1152) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1155) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1204) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1204) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1204) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1207) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1242) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1242) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1242) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1245) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1308) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1308) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1308) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1310) : error C2146: syntax error : missing ')' before identifier 'lpAddress'
d:\tools-n-co\vc++\vc\include\winbase.h(1310) : warning C4229: anachronism used : modifiers on data are ignored
d:\tools-n-co\vc++\vc\include\winbase.h(1310) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1314) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(1320) : error C2146: syntax error : missing ')' before identifier 'lpAddress'
d:\tools-n-co\vc++\vc\include\winbase.h(1320) : warning C4229: anachronism used : modifiers on data are ignored
d:\tools-n-co\vc++\vc\include\winbase.h(1320) : error C2491: 'VirtualFree' : definition of dllimport data not allowed
d:\tools-n-co\vc++\vc\include\winbase.h(1323) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(1329) : error C2146: syntax error : missing ')' before identifier 'lpAddress'

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
22.11.2006, 22:51 Uhr
~Masterhawk
Gast


PART III:


Code:
d:\tools-n-co\vc++\vc\include\winbase.h(1329) : warning C4229: anachronism used : modifiers on data are ignored
d:\tools-n-co\vc++\vc\include\winbase.h(1329) : error C2491: 'VirtualProtect' : definition of dllimport data not allowed
d:\tools-n-co\vc++\vc\include\winbase.h(1333) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(1346) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1346) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1346) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1349) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1353) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1360) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1370) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1405) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1405) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1405) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1410) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1414) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1414) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1414) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1418) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1420) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1428) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1484) : error C2146: syntax error : missing ';' before identifier 'lpFirstBlock'
d:\tools-n-co\vc++\vc\include\winbase.h(1484) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1484) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1485) : error C2146: syntax error : missing ';' before identifier 'lpLastBlock'
d:\tools-n-co\vc++\vc\include\winbase.h(1485) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1485) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1763) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1763) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1763) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1767) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1768) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1775) : error C2146: syntax error : missing ')' before identifier 'lpFiber'
d:\tools-n-co\vc++\vc\include\winbase.h(1775) : warning C4229: anachronism used : modifiers on data are ignored
d:\tools-n-co\vc++\vc\include\winbase.h(1775) : error C2182: 'DeleteFiber' : illegal use of type 'void'
d:\tools-n-co\vc++\vc\include\winbase.h(1775) : error C2491: 'DeleteFiber' : definition of dllimport data not allowed
d:\tools-n-co\vc++\vc\include\winbase.h(1775) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(1779) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(1779) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1779) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(1782) : error C2146: syntax error : missing ')' before identifier 'lpParameter'

 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
007
22.11.2006, 22:52 Uhr
~Masterhawk
Gast


PART IV:


Code:
d:\tools-n-co\vc++\vc\include\winbase.h(1782) : warning C4229: anachronism used : modifiers on data are ignored
d:\tools-n-co\vc++\vc\include\winbase.h(1782) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(1782) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(1789) : error C2146: syntax error : missing ')' before identifier 'lpFiber'
d:\tools-n-co\vc++\vc\include\winbase.h(1789) : warning C4229: anachronism used : modifiers on data are ignored
d:\tools-n-co\vc++\vc\include\winbase.h(1789) : error C2182: 'SwitchToFiber' : illegal use of type 'void'
d:\tools-n-co\vc++\vc\include\winbase.h(1789) : error C2491: 'SwitchToFiber' : definition of dllimport data not allowed
d:\tools-n-co\vc++\vc\include\winbase.h(1789) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(1806) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(1819) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2035) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2045) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2426) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2445) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2518) : error C2061: syntax error : identifier 'LPHANDLE'
d:\tools-n-co\vc++\vc\include\winbase.h(2551) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2785) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(2797) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3081) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3093) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3146) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(3146) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(3146) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(3153) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(3242) : error C2061: syntax error : identifier 'ULONG'
d:\tools-n-co\vc++\vc\include\winbase.h(3250) : error C2061: syntax error : identifier 'PULONG'
d:\tools-n-co\vc++\vc\include\winbase.h(3267) : error C2061: syntax error : identifier 'ULONG'
d:\tools-n-co\vc++\vc\include\winbase.h(3275) : error C2061: syntax error : identifier 'ULONG'
d:\tools-n-co\vc++\vc\include\winbase.h(3503) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3521) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3554) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(3554) : error C2146: syntax error : missing ',' before identifier 'lpBuffer'
d:\tools-n-co\vc++\vc\include\winbase.h(3570) : error C2143: syntax error : missing ';' before '__stdcall'
d:\tools-n-co\vc++\vc\include\winbase.h(3570) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(3570) : error C2371: 'LPVOID' : redefinition; different basic types
d:\tools-n-co\vc++\vc\include\winbase.h(3573) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\tools-n-co\vc++\vc\include\winbase.h(3580) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3643) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3670) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3682) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(3695) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(4017) : error C2146: syntax error : missing ')' before identifier 'lpArgToCompletionRoutine'
d:\tools-n-co\vc++\vc\include\winbase.h(4017) : error C2165: 'left-side modifier' : cannot modify pointers to data
d:\tools-n-co\vc++\vc\include\winbase.h(4017) : error C2513: 'void *' : no variable declared before '='
d:\tools-n-co\vc++\vc\include\winbase.h(4020) : error C2059: syntax error : ')'
d:\tools-n-co\vc++\vc\include\winbase.h(4074) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(4252) : error C2061: syntax error : identifier 'LPVOID'
d:\tools-n-co\vc++\vc\include\winbase.h(4252) : fatal error C1003: error count exceeds 100; stopping compilation
Build log was saved at "file://d:\Tools-n-Co\VC++\Projects\Rev3D-Start\R3D-Start\Debug\BuildLog.htm"
R3D-Start - 151 error(s), 19 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
008
23.11.2006, 15:32 Uhr
mmc20
puss in boots


ich frag jetzt mal: was für ein "neues projekt" hst du denn angelegt ?

und wenn es ohne die winbase.h compiliert wird, wozu willst die dann includen ?!????

Dieser Post wurde am 23.11.2006 um 15:33 Uhr von mmc20 editiert.
 
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: