error with name generation

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
mgs_oleg
Gnoblar
Posts: 20
Joined: Fri Mar 30, 2018 8:24 pm
x 1

error with name generation

Post by mgs_oleg »

hey,

I am facing some strange error.
When trying to create a mesh object from class that outside my parent one that extends ApplicationContext, I am getting very stange error, see screenshot
Image
I am passing SceneManager to my outer class and calling this
sceneManager->createEntity("cube.mesh");
right after that getting error above.

From what I see it has issues with generation of some name, like cannot access string which was created in one class frmo another....
Could someone help me here, please.
Post Reply