Linker errors in VC++ project / unresolved reference to StandardC++ classes???

A

aberazioon

Hi,

I cannot get through with some sort of errors in console project.

Here is an console output:
http://cacheserver.duu.pl/logs/log01.html

Here is an console output (verbose):
http://cacheserver.duu.pl/logs/log02.html


Project had been automatically converted by VC2005 probably from VC6.0.


Project uses some external libraries which seem to cause unresolved
external errors that I can't figure out - symbols refer to some Standard
C++?..

Could someone be so kind and take a look into that? I just quit myself
few hours ago. My clue could be, 3-rd party libraries (those gx*.lib)
used by my project compiled probably against VC6.0 stdc++.

I supposed it's a problem similar to described here (courtesy of google...):
http://www.differentpla.net/content/2006/09/unresolved-external-symbol-std-string-base-xran
however this tip relates to VC2003 and unfortunately doesn't work -
reordering lib dir order in VC options. Some other web links googled out
by me also raise this problem but none gives clear solution but
something like "i got changed this and that and worked for me" with
answer "gosh, for me not...".

Essentially it seems to be __thiscall / __stdcall mismatch. __thiscall
flavor is included in my gx*.lib libraries, while __stdcall flavour is
bound to VC2005.

Soooo... Is VC2005 installation self-consistent when facing backward
compatibility issue like above or should I get older toolset or PSDK, or
what? Of course, getting another gx*.lib compiled against VC2005 is
impossible.

Thanx for any replies
mk
 
R

red floyd

aberazioon said:
[mostly redacted]

Essentially it seems to be __thiscall / __stdcall mismatch. __thiscall
flavor is included in my gx*.lib libraries, while __stdcall flavour is
bound to VC2005.

Soooo... Is VC2005 installation self-consistent when facing backward
compatibility issue like above or should I get older toolset or PSDK, or
what? Of course, getting another gx*.lib compiled against VC2005 is
impossible.

Well, you *might* try posting in a group where this is on topic, such as
one with Visual Studio, Microsoft, or Visual C++ in its name.

None of your question is addressed by ISO/IEC 14882:2003.
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top