create and use a dll

General questions regarding the usage of CodeLite
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: create and use a dll

Post by spaces »

> The linker is not able to resolve the name of the imported function.

Hmm, this reminds me of my project. I use a multi-level, multi-dll workspace. Projects copy dlls as post-build commands.

Sometimes I have similair problems when I need to add new functions. Make sure you copy by hand or with pre-build commands your dlls. After the first build ld will be able to link properly. Or there is some runtime linking oprtion for the linker but I do not bother since I rarely need to add new functions.
Post Reply