simonjpaulger@gmail.com wrote:[color=blue]
> Im new to C++ and im trying to write a Windows GUI program.[/color]
.... which is impossible using C++ means alone...
[color=blue]
> 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.[/color]
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_.
[color=blue]
> What's interesting is how the only unresolved symbols are function
> calls, not variable types.[/color]
Types are not symbols. They exist only during compile-time.
[color=blue]
> Can anyone diagnose the problem, write back if more info is needed.[/color]
Please post to the right newsgroup.
I recommend comp.os.ms-windows.programmer.win32, but others may have more
suggestions, so check back soon.
[color=blue]
> Im using mingw on windows 2000.[/color]
That is why I recommend the Windows programming newsgroup.
V