Code::Blocks Forums

User forums => Help => Topic started by: ashken on July 23, 2010, 02:40:57 pm

Title: Codeblocks 8.02 with Qt DLL.
Post by: ashken on July 23, 2010, 02:40:57 pm
How do i setup codeblocks IDE to access DLLs that are needed by application during testing?
Title: Re: Codeblocks 8.02 with Qt DLL.
Post by: stahta01 on July 23, 2010, 03:00:58 pm
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.