library issue

S

simonjpaulger

Hi,

Im new to C++ and im trying to write a Windows GUI program.

At the moment i have a class the uses libxml (from linux) windows port
to parse an xml file however when i link the source into my other
source files, the linker fails with unresolved symbol errors.

What's interesting is how the only unresolved symbols are function
calls, not variable types.

Can anyone diagnose the problem, write back if more info is needed.

Im using mingw on windows 2000.

Many thanks,
Brilte
 
V

Victor Bazarov

Im new to C++ and im trying to write a Windows GUI program.

.... which is impossible using C++ means alone...
At the moment i have a class the uses libxml (from linux) windows port
to parse an xml file however when i link the source into my other
source files, the linker fails with unresolved symbol errors.

Link errors are often off-topic here since they are usually caused by some
mistake made while setting up your project. And projects have nothing to
do with C++ _language_.
What's interesting is how the only unresolved symbols are function
calls, not variable types.

Types are not symbols. They exist only during compile-time.
Can anyone diagnose the problem, write back if more info is needed.

Please post to the right newsgroup.

I recommend comp.os.ms-windows.programmer.win32, but others may have more
suggestions, so check back soon.
Im using mingw on windows 2000.

That is why I recommend the Windows programming newsgroup.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top