I am trying to figure out how to creat and use a library in C++Builder. I am able to build a library. I am also able to call functions in the library.
However I can only do so if the .dll is in the same directory as the .exe that is calling the library functions. How do I tell the .exe to look for the .dll over in my library project directory?
So fare I have.....
I specify the .lib directory for the .exe project in tools/Environmental Options/library and also in Project/Options/Directories&Conditionals.
I specify the .lib file for the .exe in Project Manager.
Thanks, Steve
However I can only do so if the .dll is in the same directory as the .exe that is calling the library functions. How do I tell the .exe to look for the .dll over in my library project directory?
So fare I have.....
I specify the .lib directory for the .exe project in tools/Environmental Options/library and also in Project/Options/Directories&Conditionals.
I specify the .lib file for the .exe in Project Manager.
Thanks, Steve