error LNK2019: unresolved external symbol "public:

G

Guest

Hi ,

having as issue , which gives errors like this while linking...

error LNK2019: unresolved external symbol "public:
__thiscall std::ios_base::Init::Init(void)"
(??0Init@ios_base@std@@QAE@XZ)
referenced in function "void __cdecl std::`dynamic initializer for
'_Ios_init''(void)" (??__E_Ios_init@std@@YAXXZ)

, but not in any simple console application.

What i m doing is , that i m migrationg my whole product from VC6 to VC8.
Even I have done it succesfully , but i have got stuck in one place where i
m using some third party LIB , to link with my projects.

I was using same Libraries with VC6.0.
But when I have used these libraries to link with me VC8 code it starts
giving me some issue.


Please help if there is nay solution.
regards , pardeep Kadian
 
M

Michael Buechel

Hi,

i think you have the same problem like me in

Using a CString-derived class from a DLL file (LNK2019 &Q309801)
from 03.07.2006

i found out the problem, but do not have a solution yet.

maybe we can find a solution together.
i think that my post is in the wrong ng.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top