Advertisement

Problem Adding Libraries to CodeBlocks

Started by October 16, 2013 01:25 PM
1 comment, last by shadowstep00 11 years, 4 months ago

I just started college and we are learning C right now.

The college uses DEV while I like using CodeBlocks more.

The problem is that we use some custom libriries right now and I am having trouble getting them to work on CodeBlocks.

I have copy pasted the .a file to the lib folder and the .h to the include folder.

I think I have also gave to add a command when calling the compiler but I cant find where it is... It must be somewhere in the compiler settings.

If someone could help me :P

Thanks in Advance

Failure is not an option...

You should have created a project file already and added your .c files to it and have it open inside code::blocks. Then just look the at the left panel, right click on the project name and choose build options. There you can add include and library search paths.

Advertisement

Problem solved :D

Failure is not an option...

This topic is closed to new replies.

Advertisement