Adding Lib to Dev-Cpp

M

maraut

Hi,
I am getting a trouble with linking. I have made a static library
pack.lib in assembler masm32. I want to add this library in IDE
Dev-Cpp. How can I do this ?

Thanks in Advance

---- Advait
 
W

wasknijper

Hi,
I am getting a trouble with linking. I have made a static library
pack.lib in assembler masm32. I want to add this library in IDE
Dev-Cpp. How can I do this ?

- add the (sub)directory that contains the headers (*.h files) to the
include files list: Tools > Compiler Options > Directories > C++ Includes.
- in every project in which you want to use pack.lib, do Project >
Project Options > Parameters > Add Library or Object > click pack.lib

w.
 
W

wasknijper

wasknijper said:
- add the (sub)directory that contains the headers (*.h files) to the
include files list: Tools > Compiler Options > Directories > C++ Includes.
- in every project in which you want to use pack.lib, do Project >
Project Options > Parameters > Add Library or Object > click pack.lib

Addition: you may also have to add the directory in which pack.lib
resides, by selecting Tools > Compiler Options > Directories > Libraries.

Good luck.

w.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top