User forums > Using Code::Blocks
Building an application which uses dll's
OldSeaWolf:
I have added the paths to both dll files which were created in the process of compilation of these dll projects and the chief project was built successfully.
In fact I had three independent projects: main, arithm, inout, each of them was situated in its own folder with the same name. To make the project "main" to be compiled I had to add to its linker settings the following directories: arithm\bin\Debug, inout\bin\Debug . Both directories contained the compiled dll files: arithm.dll and inout.dll.
Is this correct and is this the thing you actually meant? Or not?
stahta01:
I think it is correct.
The main thing is the items added to the linker library list should have their path added search dir linker area if they can not be found.
Tim S.
OldSeaWolf:
Thank you very much, Tim.
Navigation
[0] Message Index
[*] Previous page
Go to full version