Hi,
I am trying to understand the behaviour of C::B with the app that I am currently working on. I compiled and dynamically linked my .exe with a library that is not on the system PATH nor in the current directory and yet, when I start the app from the IDE, it runs instead of complaining that it can't find the DLL.
myapp.exe is in C:\dev\myproject\bin
mylibrary.dll is in C:\dev\some_library\lib
When I try to run the app from the command line though, I get the expected error message.
I searched the configuration screens of C::B and my project but I could not find any explanation of why it is doing this but I would prefer to disable that behaviour if possible.
Thanks,
/~jc