I am using code::blocks, and it works really well. Sometimes it has programmer issues (me). This may be one of them. This may also be a compiler question. If it is, let me know. At this stage I think it could be something that I don't yet know about Code::Blocks.
I have a workspace that I am using and have set up, with some projects in it. One is a DLL that compiles and links and forms a .def, .dll and .a. Another project has a dependency on that dll and that compiles and links (YAY!).
However, when I try to run the second project (not the dll), it cannot run as it cannot find the DLL. Is there something I can input to code::blocks to either create another copy of the dll in the second project's folder, or can I tell the second project where to find the DLL?
Also, can I tell Code::Blocks to also make a .lib file for me?
Many thanks,
Kat