www.digitalmars.com         C & C++   DMDScript  

c++ - Adding libraries to a project in IDDE ...

reply dan <dan_member pathlink.com> writes:
How is it done?
Dec 08 2003
parent reply Arjan Knepper <arjan ask.me> writes:
-Right click on the project, choose 'Edit Project...'
The 'Edit Project' dialog appears.
-Change the 'List files of type:' combobox to 'Library (*.lib)'
-Type the library name in the 'File Name' edit box
-Click on teh button 'Add'
Repeat for other libs
-Click on teh button 'OK' when done. (I you forget this no libs will be 
added)

-Right click again on the project, choose 'Settings...'
-Click on the 'Directies' tab
-Add the library directory(s) to the edit control 'Library Directories:' 
for lib search path, ; separated.

dan wrote:
 How is it done?
 
 
Dec 08 2003
parent dan <dan_member pathlink.com> writes:
In article <br1sgl$1biq$1 digitaldaemon.com>, Arjan Knepper says...
-Right click on the project, choose 'Edit Project...'
The 'Edit Project' dialog appears.
-Change the 'List files of type:' combobox to 'Library (*.lib)'
-Type the library name in the 'File Name' edit box
-Click on teh button 'Add'
Repeat for other libs
-Click on teh button 'OK' when done. (I you forget this no libs will be 
added)

-Right click again on the project, choose 'Settings...'
-Click on the 'Directies' tab
-Add the library directory(s) to the edit control 'Library Directories:' 
for lib search path, ; separated.
Thank you! Never even realized there was a project view...
Dec 08 2003