I am trying to do a program where i need to use some static lib's created with vc7.1( i am new to this)
so what is best practice since i get linker errors that msvcp80.dll missing
and if i exclude then i get 10 thousend other error.
co how to use a static lib wich is compiled with vc 7.1 lib
should i use 7.1 lib, and if howto set this up

Linking to static lib created with vc7.1
rschiefer
and dosent the names differ
Please help on this one since i am stuck
that idm probaly also why i have a dbgheap.c error
! Search-Engines-Web
You can try linking to whatever library you want (using the solution properties, linker command line--adding the full path to your lib there) but it is not recommended or guaranteed to build succesfully.
Thanks,
Ayman Shoukry
VC++ Team
Kamen
OICU812
i do have vs2003 on the same machine but i want to do the project in vs2005
so how do tell it to use 7.1libs it have to be possible without to many jumps
Lars
LaurieC
Thanks,
Ayman Shoukry
VC++ Team
Tups
uotmiem
Thanks,
Ayman Shoukry
VC++ Team
jsjensen
Thanks,
Ayman Shoukry
VC++ Team
bobmpls
do i go back to vs2003
it must be possible to link to another lib in vs2005
how do i create a project that uses vc7.1 crt lib
Douglas Chew
i dont have that this is a special libary so i gues there is only one way to use
vs2003
***
Laszlo Uracs
Thanks,
Ayman Shoukry
VC++ Team