From: itekchandru on


Hi ,

Can anyone tell me, What are all the ways to add lib file
reference to MS-VC++6 projects ?
From: Ulrich Eckhardt on
itekchandru wrote:
> Can anyone tell me, What are all the ways to add lib file
> reference to MS-VC++6 projects ?

Linker commandline, project reference, #pragma comment.

Is that what you mean?

Uli

--
C++ FAQ: http://parashift.com/c++-faq-lite

Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
From: itekchandru on
Yes.. Could please clearly tell me, how to proceed each way?