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
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