Compiler warning
by Emiliano Gusmini · in Torque Game Engine Advanced · 07/05/2007 (7:39 am) · 3 replies
Hi all,
i have this error during compiling process:
10>..\engine\gfx\D3D\gfxD3DDevice.cpp(39) : warning C4482: utilizzata estensione non standard: enum 'GFXVertexColor::ColorOrdering' utilizzato nel nome completo
i've followed instructions found in TDN..
i've tried to use DX SDK April 07 instead October 06 but nothing.
i use VC++ 2005 Express
i have only this warning.. is it "normal"?
if i lunch the demo i have no errors..
thanks in advance
i have this error during compiling process:
10>..\engine\gfx\D3D\gfxD3DDevice.cpp(39) : warning C4482: utilizzata estensione non standard: enum 'GFXVertexColor::ColorOrdering' utilizzato nel nome completo
i've followed instructions found in TDN..
i've tried to use DX SDK April 07 instead October 06 but nothing.
i use VC++ 2005 Express
i have only this warning.. is it "normal"?
if i lunch the demo i have no errors..
thanks in advance
#2
07/09/2007 (1:55 pm)
@Mark - haha I was thinking the same thing. I saw that error and didn't know what that was.
#3
i've found the same error in other threads.
this is the error in english:
..\engine\gfx\D3D\gfxD3DDevice.cpp(31) : warning C4482: nonstandard extension used: enum 'GFXVertexColor::ColorOrdering' used in qualified name
someone tolds me it's a compiler warning but it's all right.
a "specific" warning of VC++ 2005 Express
07/15/2007 (11:59 pm)
It's Italian, not Spanish.. but no problem :)i've found the same error in other threads.
this is the error in english:
..\engine\gfx\D3D\gfxD3DDevice.cpp(31) : warning C4482: nonstandard extension used: enum 'GFXVertexColor::ColorOrdering' used in qualified name
someone tolds me it's a compiler warning but it's all right.
a "specific" warning of VC++ 2005 Express
Torque 3D Owner Mark Dynna