c++ - Adding libraries to a project in IDDE ...
- dan (1/1) Dec 08 2003 How is it done?
- Arjan Knepper (13/16) Dec 08 2003 -Right click on the project, choose 'Edit Project...'
- dan (2/14) Dec 08 2003 Thank you! Never even realized there was a project view...
-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.Thank you! Never even realized there was a project view...
Dec 08 2003