Linking Problem

Get answers to all your basic programming questions. No Ogre questions, please!
Post Reply
_Pixel8_
Gnoblar
Posts: 1
Joined: Thu Mar 29, 2018 9:17 pm

Linking Problem

Post 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.
rh_auto8
Gnoblar
Posts: 8
Joined: Sat Jul 07, 2018 8:16 pm

Re: Linking Problem

Post by rh_auto8 »

I also have a similar issue, did you ever get a fix for this?
Post Reply