PDA

View Full Version : 3 errors! :(



Bigxxx
05-11-2008, 05:40 AM
Hey i tried to make d3d hack and got these 3 errors now :(
--------------------Configuration: TatniumD3D - Win32 Debug--------------------

C:Dokumente und EinstellungenBesitzerDesktopD3D_Starterkit_v3.0bD3 D8d3d8dev.cpp(11) : error C2146: syntax error : missing ';' before identifier 'm_Stride'
C:Dokumente und EinstellungenBesitzerDesktopD3D_Starterkit_v3.0bD3 D8d3d8dev.cpp(11) : error C2501: 'UNIT' : missing storage-class or type specifiers
C:Dokumente und EinstellungenBesitzerDesktopD3D_Starterkit_v3.0bD3 D8d3d8dev.cpp(11) : fatal error C1004: unexpected end of file found

ZeaS
05-11-2008, 07:19 AM
not sure, but you should be able to fix the first one, missing ";" before m_stride, you forgott a ";"

fatal error C1004: unexpected end of file found:

i guess you forgott a "}" anywhere but not sure ^^

Bigxxx
05-11-2008, 07:28 AM
Fixed! THANKS to ganglyman21!!!!