User forums > General (but related to Code::Blocks)

Forum or Source of Information for Programming Issues Using Code::Blocks

<< < (3/3)

zabzonk:
Those are linker errors - nothing directly to do with header files! You get those errors when you have included header files but not linked in the static library or DLL that contains the functions declared in the headers. You need to add the libraries to your project via the Project|Build Options|Linker settings pane.

mathguy:
Ok.  Added the filename.dll.a library to the link and still get the errors.

stahta01:
Do you ever plan to turn on Full Compiler Logging?
(As I suggested on the other forum you posted in; unless there are two people with the exact same problem and forum user name.)

http://cboard.cprogramming.com/c-programming/143409-header-file-issue-codeblocks.html

The compiler log and a expert on your Compiler should be able to figure out the cause of the link issue.
(Note: They are likely going to need some part of your code to find the problem and the full real error message.)

Tim S.

Navigation

[0] Message Index

[*] Previous page

Go to full version