
17 Feb
2012
17 Feb
'12
7:46 a.m.
On Tuesday, February 14, 2012 17:16:22 Robert Dailey wrote:
Any idea where to go from here? stlportstld.5.2.dll symbols seem to use wchar_t.
Any updates?
I assume, there are no messages about missing libraries in the compiler output, so my last suggestion is to go digging STLPort code. It is possible that the missing functions are not properly exported from dll. MSVC is surprisingly picky as to where the declspec directive is specified, silently ignoring it if the placement is wrong.