Page 1 of 1

Linking Problem

Posted: Thu Mar 29, 2018 9:52 pm
by _Pixel8_
I'm new to Ogre3D. I can get my program to compile, but not link. I get a string of errors such as this:

[Linker error] C:\My_Projects\out_think_prototype/Source/Main/C++/TakeDown.cpp:394: undefined reference to `_imp___ZN4Ogre15StringConverter8toStringEmtcSt13_Ios_Fmtflags'


I tried linking in OgreMain.lib. No go. Converted it to .a .. no go. Used dlltool to make an import library and
tried linking it. Still no go.

Is it a C++ name-mangling issue?

Thanks in advance for replies.
Clarrie.

Re: Linking Problem

Posted: Sun Jul 08, 2018 12:31 pm
by rh_auto8
I also have a similar issue, did you ever get a fix for this?