Du bist nicht angemeldet.

Stilllegung des Forums
Das Forum wurde am 05.06.2023 nach über 20 Jahren stillgelegt (weitere Informationen und ein kleiner Rückblick).
Registrierungen, Anmeldungen und Postings sind nicht mehr möglich. Öffentliche Inhalte sind weiterhin zugänglich.
Das Team von spieleprogrammierer.de bedankt sich bei der Community für die vielen schönen Jahre.
Wenn du eine deutschsprachige Spieleentwickler-Community suchst, schau doch mal im Discord und auf ZFX vorbei!

Werbeanzeige

41

12.03.2005, 19:55

Hm... Komisch. Als ich noch VC6 drauf hatte, hat's funktioniert. Naja, ein Bekannter von mir hat VC6 noch drauf, da werd ichs mal probieren und euch dann Bescheid sagen.

Hengstli

Treue Seele

Beiträge: 147

Wohnort: Dettenheim

  • Private Nachricht senden

42

13.03.2005, 19:46

Ich hab die Dateien auch mal überschrieben und jetzt geht´s endlich ohne Fehler. Es kommt nur ne Warnung:

LINK : warning LNK4224: /PDBTYPE is no longer supported; ignored

geht aber trotzdem.

43

13.03.2005, 20:10

Bei mir kommt:

Zitat


C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(769) : error C2065: 'T' : undeclared identifier
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(769) : error C2955: 'ATL::_NoAddRefReleaseOnCComPtr' : use of class template requires template argument list
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(421) : see declaration of 'ATL::_NoAddRefReleaseOnCComPtr'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(816) : error C2061: syntax error : identifier 'T'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(5349) : error C2668: 'ATL::InlineIsEqualGUID' : ambiguous call to overloaded function
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(910): could be 'BOOL ATL::InlineIsEqualGUID(const GUID &,const GUID &)'
C:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\Guiddef.h(150): or 'int InlineIsEqualGUID(const GUID &,const GUID &)' [found using argument-dependent lookup]
while trying to match the argument list '(const IID, const IID)'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(5675) : error C2668: 'ATL::InlineIsEqualGUID' : ambiguous call to overloaded function
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLBASE.H(910): could be 'BOOL ATL::InlineIsEqualGUID(const GUID &,const GUID &)'
C:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\Guiddef.h(150): or 'int InlineIsEqualGUID(const GUID &,const GUID &)' [found using argument-dependent lookup]
while trying to match the argument list '(const IID, const CLSID)'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2282) : warning C4346: 'ATL::CComObjectRootEx<ThreadModel>::ATL::CComObjectRootEx<ThreadModel>::_ThreadModel::AutoCriticalSection' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2300) : see reference to class template instantiation 'ATL::CComObjectRootEx<ThreadModel>' being compiled
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2282) : error C2146: syntax error : missing ';' before identifier '_CritSec'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2282) : error C2501: 'ATL::CComObjectRootEx<ThreadModel>::_CritSec' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2299) : error C2146: syntax error : missing ';' before identifier 'm_critsec'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2299) : error C2501: 'ATL::CComObjectRootEx<ThreadModel>::_CritSec' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2299) : error C2501: 'ATL::CComObjectRootEx<ThreadModel>::m_critsec' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2632) : warning C4346: 'contained::_ThreadModel::ThreadModelNoCS' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2716) : see reference to class template instantiation 'ATL::CComAggObject<contained>' being compiled
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2632) : error C2923: 'ATL::CComObjectRootEx' : 'contained::_ThreadModel::ThreadModelNoCS' is invalid as template argument '#1', type expected
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2724) : warning C4346: 'contained::_ThreadModel::ThreadModelNoCS' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2811) : see reference to class template instantiation 'ATL::CComPolyObject<contained>' being compiled
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2724) : error C2923: 'ATL::CComObjectRootEx' : 'contained::_ThreadModel::ThreadModelNoCS' is invalid as template argument '#1', type expected
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2851) : warning C4346: 'contained::_ThreadModel::ThreadModelNoCS' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2910) : see reference to class template instantiation 'ATL::CComCachedTearOffObject<contained>' being compiled
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(2851) : error C2923: 'ATL::CComObjectRootEx' : 'contained::_ThreadModel::ThreadModelNoCS' is invalid as template argument '#1', type expected
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(3987) : warning C4346: 'ATL::IDispEventImpl<nID,T,pdiid,plibid,wMajor,wMinor,tihclass>::_tihclass' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(3987) : error C2143: syntax error : missing ';' before 'ATL::IDispEventImpl<nID,T,pdiid,plibid,wMajor,wMinor,tihclass>::_tih'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(3987) : error C2501: 'ATL::IDispEventImpl<nID,T,pdiid,plibid,wMajor,wMinor,tihclass>::_tihclass' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4057) : warning C4346: 'ATL::IDispatchImpl<T,piid,plibid,wMajor,wMinor,tihclass>::_tihclass' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4057) : error C2143: syntax error : missing ';' before 'ATL::IDispatchImpl<T,piid,plibid,wMajor,wMinor,tihclass>::_tih'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4057) : error C2501: 'ATL::IDispatchImpl<T,piid,plibid,wMajor,wMinor,tihclass>::_tihclass' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4081) : warning C4346: 'ATL::IProvideClassInfoImpl<pcoclsid,plibid,wMajor,wMinor,tihclass>::_tihclass' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4081) : error C2143: syntax error : missing ';' before 'ATL::IProvideClassInfoImpl<pcoclsid,plibid,wMajor,wMinor,tihclass>::_tih'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4081) : error C2501: 'ATL::IProvideClassInfoImpl<pcoclsid,plibid,wMajor,wMinor,tihclass>::_tihclass' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4118) : warning C4346: 'ATL::IProvideClassInfo2Impl<pcoclsid,psrcid,plibid,wMajor,wMinor,tihclass>::_tihclass' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4118) : error C2143: syntax error : missing ';' before 'ATL::IProvideClassInfo2Impl<pcoclsid,psrcid,plibid,wMajor,wMinor,tihclass>::_tih'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4118) : error C2501: 'ATL::IProvideClassInfo2Impl<pcoclsid,psrcid,plibid,wMajor,wMinor,tihclass>::_tihclass' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4155) : error C2059: syntax error : 'return'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4155) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4156) : error C2628: 'ATL::_Copy<VARIANT>' followed by 'void' is illegal (did you forget a ';'?)
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4166) : error C2864: 'hr' : only const static integral data members can be initialized inside a class or struct
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4167) : error C2065: 'p2' : undeclared identifier
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4167) : error C2864: 'p1' : only const static integral data members can be initialized inside a class or struct
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4167) : error C2501: 'ATL::_Copy<LPOLESTR>::p1' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4168) : error C2059: syntax error : 'if'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4169) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4170) : error C2059: syntax error : 'else'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4171) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4172) : error C2059: syntax error : 'return'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4172) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4174) : error C2628: 'ATL::_Copy<LPOLESTR>' followed by 'void' is illegal (did you forget a ';'?)
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4176) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4176) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4176) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4184) : error C2864: 'hr' : only const static integral data members can be initialized inside a class or struct
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4185) : error C3861: 'p2': identifier not found, even with argument-dependent lookup
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4185) : error C2864: 'p1' : only const static integral data members can be initialized inside a class or struct
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4185) : error C2501: 'ATL::_Copy<OLEVERB>::p1' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4186) : error C2059: syntax error : 'if'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4187) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4188) : error C2143: syntax error : missing ';' before '->'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4188) : error C2501: 'ATL::_Copy<OLEVERB>::p1' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4188) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4189) : error C2059: syntax error : 'if'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4190) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4191) : error C2059: syntax error : 'else'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4192) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4193) : error C2059: syntax error : 'return'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4193) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4195) : error C2628: 'ATL::_Copy<OLEVERB>' followed by 'void' is illegal (did you forget a ';'?)
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4197) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4197) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4197) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4205) : error C3861: 'p2': identifier not found, even with argument-dependent lookup
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4205) : error C2864: 'p1' : only const static integral data members can be initialized inside a class or struct
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4205) : error C2501: 'ATL::_Copy<CONNECTDATA>::p1' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4206) : error C2059: syntax error : 'if'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4207) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4208) : error C2059: syntax error : 'return'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4208) : error C2238: unexpected token(s) preceding ';'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4210) : error C2628: 'ATL::_Copy<CONNECTDATA>' followed by 'void' is illegal (did you forget a ';'?)
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4212) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4212) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4212) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4436) : warning C4346: 'CollType::iterator' : dependent name is not a type
prefix with 'typename' to indicate a type
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4437) : see reference to class template instantiation 'IEnumOnSTLImpl<Base,piid,T,Copy,CollType>' being compiled
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4436) : error C2146: syntax error : missing ';' before identifier 'm_iter'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(4436) : error C2501: 'IEnumOnSTLImpl<Base,piid,T,Copy,CollType>::m_iter' : missing storage-class or type specifiers
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(5213) : error C2059: syntax error : '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(5213) : error C2143: syntax error : missing ';' before '}'
C:\Programme\Microsoft Visual Studio\VC98\ATL\Include\ATLCOM.H(5213) : error C2059: syntax error : '}'
Error executing cl.exe.

vokabeltrainer a.exe - 73 error(s), 9 warning(s)


Also, das ist jetzt nur so nen Beispiel, das hat Probs mit den alten ATl sachen.

Hengstli

Treue Seele

Beiträge: 147

Wohnort: Dettenheim

  • Private Nachricht senden

44

14.03.2005, 13:59

Darf ich jetzt eigentlich die Programme die ich selbst schreibe auch Freunden oder so weitergeben?

45

14.03.2005, 15:43

Jain. eigentlich ja nicht. Aber das kann jetzt keiner mehr herrasufinden ;)

Hengstli

Treue Seele

Beiträge: 147

Wohnort: Dettenheim

  • Private Nachricht senden

46

14.03.2005, 16:58

Auch wieder wahr! :rolleyes:

Werbeanzeige