www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

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

↑ ↓ ← dan <dan_member pathlink.com> writes:
How is it done?
Dec 08 2003
↑ ↓ 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
↑ ↓ → 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