Specify DLL Library path
Posted: Mon Sep 27, 2010 4:47 am
Hi all. I've started using CodeLite recently, coming from CodeBlocks, and I'm enjoying it, specially the refactoring tools! Here's a question that I've not found answered in the forum, and needed help with:
I would like to run the program that I've built, but I get the window message "This application has failed to start because <library name>.dll was not found". I know that this means that I haven't specified the path to dll's that I'm linking with. How do I do that?
I'm linking with several dll's, each in its different directory. I've correctly built the executable, specifying the lib*.a for each shared library in Project's "Settings...->Linker->Library Path" and "Libraries". The Dll for each library is in the same directory as its "lib*.a file" (this was enough for CodeBlocks to find the dll file when attempting to run the program).
Can anyone help? Thanks in advance
I would like to run the program that I've built, but I get the window message "This application has failed to start because <library name>.dll was not found". I know that this means that I haven't specified the path to dll's that I'm linking with. How do I do that?
I'm linking with several dll's, each in its different directory. I've correctly built the executable, specifying the lib*.a for each shared library in Project's "Settings...->Linker->Library Path" and "Libraries". The Dll for each library is in the same directory as its "lib*.a file" (this was enough for CodeBlocks to find the dll file when attempting to run the program).
Can anyone help? Thanks in advance