News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

how to add dll to project?

Started by wever, January 21, 2015, 06:51:53 PM

Previous topic - Next topic

wever

Hi, I just downloaded SDL.dll which is needed in source which I downloaded from internet:
#include <SDL/SDL.h>

I donwloaded both the SDL.dll and the sources (many files and directories). But I cannot find out how to add these directories or the dll to project. I added the dll through Build options / Linker settings (not sure if it is the right place) but how to add the headers? I can add files to project when I open it and then add it to project. That's th only way I know

stahta01

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]