News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Codeblocks 8.02 with Qt DLL.

Started by ashken, July 23, 2010, 02:40:57 PM

Previous topic - Next topic

ashken

How do i setup codeblocks IDE to access DLLs that are needed by application during testing?

stahta01

#1
I normally just add the path to the DLLs to the Compiler "additional paths" list.
Note: You need to remember to remove the path later.

The above is not as good as copying the DLLs to the execution folder; but, it seemed easier to me.

The above assumes the DLLs was not built by the Code::Blocks project and are not already in the system path.
If either is true, it should work without any changes.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]