Anonymous - 2014-08-28

Hello again,
I try to build MathGL 2.3 (with qt4 support only) with Visual C++ 2010 x32.

I can build the mgl project and get the mgl.dll. But I can't build the mgl-qt project. I got the followed link error:

qt.obj : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char="">,class std::allocator<char> > mglGlobalMess" (?mglGlobalMess@@3V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)

I comment out (for test) all occurrence of "mglGloabalMess" and now a can create a workable mgl-qt.dll

I'd be really grateful if smb could help me with it.

Martin