Link to home
Start Free TrialLog in
Avatar of malik_mumtaz
malik_mumtaz

asked on

Static Library

I have created a static library project.I have included two files one isheader and second is c++ file.

There is only one function.Please tell me how i can use library in my other project.

Please give all steps.
ASKER CERTIFIED SOLUTION
Avatar of Crius
Crius

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
SOLUTION
Avatar of DanRollins
DanRollins
Flag of United States of America 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 malik_mumtaz
malik_mumtaz

ASKER

hello crius

i have done this and when i call a member function of the library "undefined function" comes.Please tellif there is next option.
Include the header file into any source in which you want to use the library function.