Build Ogre3D 1.10 and 1.9 error (depracated error)

Problems building or running the engine, queries about how to use features etc.
Post Reply
bocadecao
Gnoblar
Posts: 5
Joined: Thu Jun 08, 2017 2:31 am

Build Ogre3D 1.10 and 1.9 error (depracated error)

Post by bocadecao »

I build normally the ogre sdk and dependencies, but when I include "Ogre.h" in my project, and try compile, give me this error:
error C4996: 'Ogre::Resource::Listener::backgroundLoadingComplete': was declared deprecated
I dont have idea what can I do, it's my third time that I am trying, with 1.9 and 1.10, and both give me same error. (i need versions where is included directx 9).

Thanks.
bocadecao
Gnoblar
Posts: 5
Joined: Thu Jun 08, 2017 2:31 am

Re: Build Ogre3D 1.10 and 1.9 error (depracated error)

Post by bocadecao »

Bump
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: Build Ogre3D 1.10 and 1.9 error (depracated error)

Post by paroj »

disable C4996?
WalterRed
Gnoblar
Posts: 9
Joined: Tue Aug 30, 2016 7:26 pm

Re: Build Ogre3D 1.10 and 1.9 error (depracated error)

Post by WalterRed »

You can actually just comment it out/delete that function. It's not called by anything as far as I can tell.
Post Reply