Link to home
Start Free TrialLog in
Avatar of Abdurasul Yakubov
Abdurasul Yakubov

asked on

how to add a library into a new library project in Visual Studio c\c++

I know how to add a dll or static library into my project but recently i have come to a situation that i need to add a dll library into my new dll/static library project (i have NOT decided yet:)) and i cannot follow the same way i did with "ordinary" prjects like properties->c\c++->general->additional....but i don`t see any LINK category in properties?!. Can you please help me find that "LINK":) or show me how to do that in another way? I am working with c/c++ by the way:)

EDIT: i am including my lib but can`t link it and show which lib i need to use like Link->input .... my.lib
ASKER CERTIFIED SOLUTION
Avatar of sarabande
sarabande
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of phoffric
phoffric

To help clarify your problem, could you elaborate a little on the problems you have regarding your remark:
>> cannot follow the same way i did with "ordinary" prjects like properties->c\c++->general->additional
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Question was answered.

Sara