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.
Linking Problem
-
- Gnoblar
- Posts: 8
- Joined: Sat Jul 07, 2018 8:16 pm
Re: Linking Problem
I also have a similar issue, did you ever get a fix for this?