I've got an unresolved referece in my program. I need to link with a library provided by dev-c++ but when I acces project options there is no add library option like in version 4 but and add library directory. I've tried putting the directory wher the .a is, but no flowers. How can I link to it like i did in dev-cpp 4
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've got an unresolved referece in my program. I need to link with a library provided by dev-c++ but when I acces project options there is no add library option like in version 4 but and add library directory. I've tried putting the directory wher the .a is, but no flowers. How can I link to it like i did in dev-cpp 4
Look under tools, compiler options. You can ad directories and link commands there.
Wayne