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

Robin

Frischling

  • »Robin« ist der Autor dieses Themas

Beiträge: 13

Beruf: Schüler

  • Private Nachricht senden

1

21.04.2005, 11:21

Version funktioniert nicht!!

Hi...

Ich hab jetzt die neue Version von Microsoft Visual C++.
Ich habe die Version 2005. Aber sie zeigt folgende Fehler an:

[cpp]Command Lines Breakanoid : warning PRJ0041 : Cannot find missing dependency 'afxres.h' for file 'Breakanoid.rc'. Your project may still build, but may continue to appear out of date until this file is found.

Creating temporary file "c:\Dokumente und Einstellungen\A.Schlager\Desktop\Spiele\Breakanoid\Debug\RSP00000732803508.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /GS- /Fp".\Debug/Breakanoid.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP ".\MainMenu.cpp"

".\Intro.cpp"

".\Game.cpp"

".\Breakanoid.cpp"

".\Block.cpp"

".\Ball.cpp"
]
Creating command line "cl.exe @"c:\Dokumente und Einstellungen\A.Schlager\Desktop\Spiele\Breakanoid\Debug\RSP00000732803508.rsp" /nologo /errorReport:prompt"
Output Window Compiling...
Ball.cpp
f:\programme\microsoft visual studio 8\vc\include\sal.h(226) : error C2144: syntax error : 'int' should be preceded by ';'
f:\programme\microsoft visual studio 8\vc\include\sal.h(226) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(109) : error C2011: '_D3DCOLORVALUE' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(60) : see declaration of '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(128) : error C2011: '_D3DRECT' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(70) : see declaration of '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(147) : error C2011: '_D3DVECTOR' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(51) : see declaration of '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(416) : error C2011: '_D3DMATRIX' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(80) : see declaration of '_D3DMATRIX'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(575) : error C2079: '_D3DTRANSFORMDATA::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(582) : error C2079: '_D3DLIGHTINGELEMENT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(583) : error C2079: '_D3DLIGHTINGELEMENT::dvNormal' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(592) : error C2079: '_D3DMATERIAL::diffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(593) : error C2079: '_D3DMATERIAL::dcvDiffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(596) : error C2079: '_D3DMATERIAL::ambient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(597) : error C2079: '_D3DMATERIAL::dcvAmbient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(600) : error C2079: '_D3DMATERIAL::specular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(601) : error C2079: '_D3DMATERIAL::dcvSpecular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(604) : error C2079: '_D3DMATERIAL::emissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(605) : error C2079: '_D3DMATERIAL::dcvEmissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(615) : error C2011: '_D3DLIGHTTYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(163) : see declaration of '_D3DLIGHTTYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(629) : error C2079: '_D3DLIGHT::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(630) : error C2079: '_D3DLIGHT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(631) : error C2079: '_D3DLIGHT::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(655) : error C2079: '_D3DLIGHT2::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(656) : error C2079: '_D3DLIGHT2::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(657) : error C2079: '_D3DLIGHT2::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(749) : error C2011: '_D3DSHADEMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(197) : see declaration of '_D3DSHADEMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(756) : error C2011: '_D3DFILLMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(204) : see declaration of '_D3DFILLMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(778) : error C2011: '_D3DBLEND' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(211) : see declaration of '_D3DBLEND'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(807) : error C2011: '_D3DTEXTUREADDRESS' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(239) : see declaration of '_D3DTEXTUREADDRESS'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(815) : error C2011: '_D3DCULL' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(248) : see declaration of '_D3DCULL'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(822) : error C2011: '_D3DCMPFUNC' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(255) : see declaration of '_D3DCMPFUNC'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(834) : error C2011: '_D3DFOGMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(279) : see declaration of '_D3DFOGMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(858) : error C2011: '_D3DPRIMITIVETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(295) : see declaration of '_D3DPRIMITIVETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(878) : error C2011: '_D3DTRANSFORMSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(305) : see declaration of '_D3DTRANSFORMSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(896) : error C2011: '_D3DRENDERSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(325) : see declaration of '_D3DRENDERSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(1142) : error C2079: '_D3DSTATUS::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(109) : error C2079: '_DS3DBUFFER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(110) : error C2079: '_DS3DBUFFER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(113) : error C2079: '_DS3DBUFFER::vConeOrientation' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(125) : error C2079: '_DS3DLISTENER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(126) : error C2079: '_DS3DLISTENER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(127) : error C2079: '_DS3DLISTENER::vOrientFront' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(128) : error C2079: '_DS3DLISTENER::vOrientTop' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(370) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(371) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(373) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(443) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(448) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(449) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\ocidl.h(4675) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\wxutil.h(530) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(286) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(951) : error C2504: 'IPinFlowControl' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(982) : error C2061: syntax error : identifier 'IGraphConfig'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1340) : error C2504: 'IMemAllocatorCallbackTemp' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1506) : error C2061: syntax error : identifier 'IMemAllocatorNotifyCallbackTemp'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'DWORD_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2146: syntax error : missing ';' before identifier 'pSample'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'LONG_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(68) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\winctrl.h(103) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(26) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C2146: syntax error : missing ';' before identifier 'm_dwAdviseCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C2146: syntax error : missing ';' before identifier 'Cookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : warning C4183: 'Cookie': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C2146: syntax error : missing ';' before identifier 'm_dwNextCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C2065: 'm_dwAdviseCookie' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(103) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(111) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(121) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\sysclock.h(20) : error C2504: 'IAMClockAdjust' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\tribase.h(114) : fatal error C1083: Cannot open include file: '..\\Res\\Resource.h': No such file or directory
Block.cpp
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(109) : error C2011: '_D3DCOLORVALUE' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(60) : see declaration of '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(128) : error C2011: '_D3DRECT' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(70) : see declaration of '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(147) : error C2011: '_D3DVECTOR' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(51) : see declaration of '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(416) : error C2011: '_D3DMATRIX' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(80) : see declaration of '_D3DMATRIX'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(575) : error C2079: '_D3DTRANSFORMDATA::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(582) : error C2079: '_D3DLIGHTINGELEMENT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(583) : error C2079: '_D3DLIGHTINGELEMENT::dvNormal' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(592) : error C2079: '_D3DMATERIAL::diffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(593) : error C2079: '_D3DMATERIAL::dcvDiffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(596) : error C2079: '_D3DMATERIAL::ambient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(597) : error C2079: '_D3DMATERIAL::dcvAmbient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(600) : error C2079: '_D3DMATERIAL::specular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(601) : error C2079: '_D3DMATERIAL::dcvSpecular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(604) : error C2079: '_D3DMATERIAL::emissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(605) : error C2079: '_D3DMATERIAL::dcvEmissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(615) : error C2011: '_D3DLIGHTTYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(163) : see declaration of '_D3DLIGHTTYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(629) : error C2079: '_D3DLIGHT::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(630) : error C2079: '_D3DLIGHT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(631) : error C2079: '_D3DLIGHT::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(655) : error C2079: '_D3DLIGHT2::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(656) : error C2079: '_D3DLIGHT2::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(657) : error C2079: '_D3DLIGHT2::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(749) : error C2011: '_D3DSHADEMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(197) : see declaration of '_D3DSHADEMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(756) : error C2011: '_D3DFILLMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(204) : see declaration of '_D3DFILLMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(778) : error C2011: '_D3DBLEND' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(211) : see declaration of '_D3DBLEND'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(807) : error C2011: '_D3DTEXTUREADDRESS' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(239) : see declaration of '_D3DTEXTUREADDRESS'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(815) : error C2011: '_D3DCULL' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(248) : see declaration of '_D3DCULL'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(822) : error C2011: '_D3DCMPFUNC' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(255) : see declaration of '_D3DCMPFUNC'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(834) : error C2011: '_D3DFOGMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(279) : see declaration of '_D3DFOGMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(858) : error C2011: '_D3DPRIMITIVETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(295) : see declaration of '_D3DPRIMITIVETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(878) : error C2011: '_D3DTRANSFORMSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(305) : see declaration of '_D3DTRANSFORMSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(896) : error C2011: '_D3DRENDERSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(325) : see declaration of '_D3DRENDERSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(1142) : error C2079: '_D3DSTATUS::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(109) : error C2079: '_DS3DBUFFER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(110) : error C2079: '_DS3DBUFFER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(113) : error C2079: '_DS3DBUFFER::vConeOrientation' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(125) : error C2079: '_DS3DLISTENER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(126) : error C2079: '_DS3DLISTENER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(127) : error C2079: '_DS3DLISTENER::vOrientFront' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(128) : error C2079: '_DS3DLISTENER::vOrientTop' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(370) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(371) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(373) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(443) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(448) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(449) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\ocidl.h(4675) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\wxutil.h(530) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(286) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(951) : error C2504: 'IPinFlowControl' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(982) : error C2061: syntax error : identifier 'IGraphConfig'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1340) : error C2504: 'IMemAllocatorCallbackTemp' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1506) : error C2061: syntax error : identifier 'IMemAllocatorNotifyCallbackTemp'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'DWORD_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2146: syntax error : missing ';' before identifier 'pSample'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'LONG_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(68) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\winctrl.h(103) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(26) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C2146: syntax error : missing ';' before identifier 'm_dwAdviseCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C2146: syntax error : missing ';' before identifier 'Cookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : warning C4183: 'Cookie': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C2146: syntax error : missing ';' before identifier 'm_dwNextCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C2065: 'm_dwAdviseCookie' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(103) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(111) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(121) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\sysclock.h(20) : error C2504: 'IAMClockAdjust' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\tribase.h(114) : fatal error C1083: Cannot open include file: '..\\Res\\Resource.h': No such file or directory
Breakanoid.cpp
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(109) : error C2011: '_D3DCOLORVALUE' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(60) : see declaration of '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(128) : error C2011: '_D3DRECT' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(70) : see declaration of '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(147) : error C2011: '_D3DVECTOR' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(51) : see declaration of '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(416) : error C2011: '_D3DMATRIX' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(80) : see declaration of '_D3DMATRIX'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(575) : error C2079: '_D3DTRANSFORMDATA::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(582) : error C2079: '_D3DLIGHTINGELEMENT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(583) : error C2079: '_D3DLIGHTINGELEMENT::dvNormal' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(592) : error C2079: '_D3DMATERIAL::diffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(593) : error C2079: '_D3DMATERIAL::dcvDiffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(596) : error C2079: '_D3DMATERIAL::ambient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(597) : error C2079: '_D3DMATERIAL::dcvAmbient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(600) : error C2079: '_D3DMATERIAL::specular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(601) : error C2079: '_D3DMATERIAL::dcvSpecular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(604) : error C2079: '_D3DMATERIAL::emissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(605) : error C2079: '_D3DMATERIAL::dcvEmissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(615) : error C2011: '_D3DLIGHTTYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(163) : see declaration of '_D3DLIGHTTYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(629) : error C2079: '_D3DLIGHT::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(630) : error C2079: '_D3DLIGHT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(631) : error C2079: '_D3DLIGHT::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(655) : error C2079: '_D3DLIGHT2::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(656) : error C2079: '_D3DLIGHT2::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(657) : error C2079: '_D3DLIGHT2::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(749) : error C2011: '_D3DSHADEMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(197) : see declaration of '_D3DSHADEMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(756) : error C2011: '_D3DFILLMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(204) : see declaration of '_D3DFILLMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(778) : error C2011: '_D3DBLEND' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(211) : see declaration of '_D3DBLEND'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(807) : error C2011: '_D3DTEXTUREADDRESS' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(239) : see declaration of '_D3DTEXTUREADDRESS'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(815) : error C2011: '_D3DCULL' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(248) : see declaration of '_D3DCULL'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(822) : error C2011: '_D3DCMPFUNC' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(255) : see declaration of '_D3DCMPFUNC'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(834) : error C2011: '_D3DFOGMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(279) : see declaration of '_D3DFOGMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(858) : error C2011: '_D3DPRIMITIVETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(295) : see declaration of '_D3DPRIMITIVETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(878) : error C2011: '_D3DTRANSFORMSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(305) : see declaration of '_D3DTRANSFORMSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(896) : error C2011: '_D3DRENDERSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(325) : see declaration of '_D3DRENDERSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(1142) : error C2079: '_D3DSTATUS::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(109) : error C2079: '_DS3DBUFFER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(110) : error C2079: '_DS3DBUFFER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(113) : error C2079: '_DS3DBUFFER::vConeOrientation' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(125) : error C2079: '_DS3DLISTENER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(126) : error C2079: '_DS3DLISTENER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(127) : error C2079: '_DS3DLISTENER::vOrientFront' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(128) : error C2079: '_DS3DLISTENER::vOrientTop' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(370) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(371) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(373) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(443) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(448) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(449) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\ocidl.h(4675) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\wxutil.h(530) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(286) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(951) : error C2504: 'IPinFlowControl' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(982) : error C2061: syntax error : identifier 'IGraphConfig'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1340) : error C2504: 'IMemAllocatorCallbackTemp' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1506) : error C2061: syntax error : identifier 'IMemAllocatorNotifyCallbackTemp'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'DWORD_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2146: syntax error : missing ';' before identifier 'pSample'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'LONG_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(68) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\winctrl.h(103) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(26) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C2146: syntax error : missing ';' before identifier 'm_dwAdviseCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C2146: syntax error : missing ';' before identifier 'Cookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : warning C4183: 'Cookie': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C2146: syntax error : missing ';' before identifier 'm_dwNextCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C2065: 'm_dwAdviseCookie' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(103) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(111) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(121) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\sysclock.h(20) : error C2504: 'IAMClockAdjust' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\tribase.h(114) : fatal error C1083: Cannot open include file: '..\\Res\\Resource.h': No such file or directory
Game.cpp
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(109) : error C2011: '_D3DCOLORVALUE' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(60) : see declaration of '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(128) : error C2011: '_D3DRECT' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(70) : see declaration of '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(147) : error C2011: '_D3DVECTOR' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(51) : see declaration of '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(416) : error C2011: '_D3DMATRIX' : 'struct' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(80) : see declaration of '_D3DMATRIX'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(575) : error C2079: '_D3DTRANSFORMDATA::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(582) : error C2079: '_D3DLIGHTINGELEMENT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(583) : error C2079: '_D3DLIGHTINGELEMENT::dvNormal' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(592) : error C2079: '_D3DMATERIAL::diffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(593) : error C2079: '_D3DMATERIAL::dcvDiffuse' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(596) : error C2079: '_D3DMATERIAL::ambient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(597) : error C2079: '_D3DMATERIAL::dcvAmbient' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(600) : error C2079: '_D3DMATERIAL::specular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(601) : error C2079: '_D3DMATERIAL::dcvSpecular' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(604) : error C2079: '_D3DMATERIAL::emissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(605) : error C2079: '_D3DMATERIAL::dcvEmissive' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(615) : error C2011: '_D3DLIGHTTYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(163) : see declaration of '_D3DLIGHTTYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(629) : error C2079: '_D3DLIGHT::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(630) : error C2079: '_D3DLIGHT::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(631) : error C2079: '_D3DLIGHT::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(655) : error C2079: '_D3DLIGHT2::dcvColor' uses undefined struct '_D3DCOLORVALUE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(656) : error C2079: '_D3DLIGHT2::dvPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(657) : error C2079: '_D3DLIGHT2::dvDirection' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(749) : error C2011: '_D3DSHADEMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(197) : see declaration of '_D3DSHADEMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(756) : error C2011: '_D3DFILLMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(204) : see declaration of '_D3DFILLMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(778) : error C2011: '_D3DBLEND' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(211) : see declaration of '_D3DBLEND'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(807) : error C2011: '_D3DTEXTUREADDRESS' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(239) : see declaration of '_D3DTEXTUREADDRESS'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(815) : error C2011: '_D3DCULL' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(248) : see declaration of '_D3DCULL'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(822) : error C2011: '_D3DCMPFUNC' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(255) : see declaration of '_D3DCMPFUNC'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(834) : error C2011: '_D3DFOGMODE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(279) : see declaration of '_D3DFOGMODE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(858) : error C2011: '_D3DPRIMITIVETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(295) : see declaration of '_D3DPRIMITIVETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(878) : error C2011: '_D3DTRANSFORMSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(305) : see declaration of '_D3DTRANSFORMSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(896) : error C2011: '_D3DRENDERSTATETYPE' : 'enum' type redefinition
f:\programme\microsoft visual studio 8\vc\include\d3d9types.h(325) : see declaration of '_D3DRENDERSTATETYPE'
f:\programme\microsoft visual studio 8\vc\include\d3dtypes.h(1142) : error C2079: '_D3DSTATUS::drExtent' uses undefined struct '_D3DRECT'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(109) : error C2079: '_DS3DBUFFER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(110) : error C2079: '_DS3DBUFFER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(113) : error C2079: '_DS3DBUFFER::vConeOrientation' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(125) : error C2079: '_DS3DLISTENER::vPosition' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(126) : error C2079: '_DS3DLISTENER::vVelocity' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(127) : error C2079: '_DS3DLISTENER::vOrientFront' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(128) : error C2079: '_DS3DLISTENER::vOrientTop' uses undefined struct '_D3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(370) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(371) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(373) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(443) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(448) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\dsound.h(449) : error C2061: syntax error : identifier 'LPD3DVECTOR'
f:\programme\microsoft visual studio 8\vc\include\ocidl.h(4675) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\wxutil.h(530) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\ctlutil.h(904) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(286) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(951) : error C2504: 'IPinFlowControl' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(982) : error C2061: syntax error : identifier 'IGraphConfig'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1067) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1340) : error C2504: 'IMemAllocatorCallbackTemp' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C2143: syntax error : missing ';' before '*'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1444) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\amfilter.h(1506) : error C2061: syntax error : identifier 'IMemAllocatorNotifyCallbackTemp'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'DWORD_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2146: syntax error : missing ';' before identifier 'pSample'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\outputq.h(78) : error C2065: 'LONG_PTR' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(68) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C2146: syntax error : missing ';' before identifier 'm_dwAdvise'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\renbase.h(78) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\winctrl.h(103) : error C2061: syntax error : identifier 'LONG_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(24) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(26) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C2146: syntax error : missing ';' before identifier 'm_dwAdviseCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C2146: syntax error : missing ';' before identifier 'Cookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(85) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : warning C4183: 'Cookie': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C2146: syntax error : missing ';' before identifier 'm_dwNextCookie'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(96) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C2146: syntax error : missing ';' before identifier 'AddAdvisePacket'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(102) : warning C4183: 'AddAdvisePacket': missing return type; assumed to be a member function returning 'int'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\dsschedule.h(86) : error C2065: 'm_dwAdviseCookie' : undeclared identifier
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(103) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(111) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\refclock.h(121) : error C2061: syntax error : identifier 'DWORD_PTR'
f:\programme\microsoft visual studio 8\vc\include\dshowbaseclasses\sysclock.h(20) : error C2504: 'IAMClockAdjust' : base class undefined
f:\programme\microsoft visual studio 8\vc\include\tribase.h(114) : fatal error C1083: Cannot open include file: '..\\Res\\Resource.h': No such file or directory
Intro.cpp
f:\programme\microsoft visual studio

2

03.11.2005, 19:55

Ohh man so viele Fehlermeldungen ??? schau doch einfach mal im Hondbuch. ;)
Meine homepage: www.spieleentwickler.homepage24.de

koschka

Community-Fossil

Beiträge: 2 862

Wohnort: Dresden

Beruf: Student

  • Private Nachricht senden

3

03.11.2005, 21:04

1.) Version funktioniert

2.) ist groß und breit im Buch beschrieben

3.) deine includes fehlen

4.) bestimmt auch noch die libs

5.) Code Tags benutzen

6.) Eine Auswahl hätte gereicht, mein Scrollfimger tut weh, deshalb hör ich jetzt auch aufzuzählen

4

03.11.2005, 21:47

Nebenbei kann man vorallem hier wieder mal nur sagen: Zuerst Boardsuche und google.at benutzen! Dieses Problem tritt hier immerwieder auf.

mfg Markus

koschka

Community-Fossil

Beiträge: 2 862

Wohnort: Dresden

Beruf: Student

  • Private Nachricht senden

5

03.11.2005, 22:40

ich hab ja gesagt, ich höre auf zu zählen ^^

bassdscho

Alter Hase

Beiträge: 1 056

Wohnort: Heuchlingen

Beruf: Student - Technische Informatik

  • Private Nachricht senden

6

04.11.2005, 11:16

Wenn du die Beta hast dann musst du sowiso noch ein paar Tricks anwenden um ein Win32 Projekt zu compilieren
Verlierer jammern immer von wegen ihr bestes!
Sieger gehen nach Hause und vögeln die Ballkönigin!

__stdcall*

Treue Seele

Beiträge: 101

Wohnort: Dauchingen

Beruf: Schüler

  • Private Nachricht senden

7

04.11.2005, 17:08

Hi,

um eine Win32 App zu compilieren, musst du das aktuelle PSDK (Platform SDK) installiert haben.

und der/die Download-Link/Tricks gibt es hier: ;) ;)

http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx

__stdcall*

Werbeanzeige