المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Using library built in VC 8.0 or VC 7.0 in Application built in VC6.0



C++ Programming
04-01-2009, 01:40 PM
Hello,

I want to use a function from .lib file(which is built on VC 8.0 and VC 7.0) and my application is built in VC 6.0.

On calling function (from .lib) i get large number of linker errors.
I beleive this is because one of the one of the linker warning
"warning LNK4078: multiple ".CRT" sections found with different attributes (40300040)"


Please advice.
Thanks in Advance!