Archives
D Programming
DD.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 ...
-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
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. Dec 08 2003
|