News:

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

Main Menu

expat installed but the functions aren't recognized

Started by shadowlordCefet, March 19, 2017, 08:31:02 PM

Previous topic - Next topic

shadowlordCefet

I had installed the expat library (last version) but when I try to use it I received an error "undefined reference" to all functions of this library. What I'm missing ?

Regard.


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]

shadowlordCefet

Hi Tim,

I inserted the folder where are the files in the compiler settings, but this package there's no lib files to insert in the linker settings (at least, I don't found any lib file).


stahta01

Quote from: shadowlordCefet on March 20, 2017, 07:24:51 PM
Hi Tim,

I inserted the folder where are the files in the compiler settings, but this package there's no lib files to insert in the linker settings (at least, I don't found any lib file).

Then you need to find a website that supports your compiler or the library you are trying to use!

This website only supports the Code::Blocks IDE/Editor and supports no compilers.

This website also does NOT teach programming. As stated in the rules http://forums.next.codeblocks.org/index.php/topic,9996.0.html

Tim S.
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]

shadowlordCefet

Hi all,

I resolve this problem using an older version of the package, not the latest.

Thank you for the helping.