Link problems on Win32
Status: Beta
Brought to you by:
voisine
I linked ezxml.c to ezxml.lib using a static library
workspace, put it in my libs folder, set the linker to
include the file in its routine and I still get a link
error:
Compiling...
main.cpp
Linking...
main.obj : error LNK2001: unresolved external symbol
_ezxml_parse_file
main.obj : error LNK2001: unresolved external symbol
_ezxml_child
main.obj : error LNK2001: unresolved external symbol
_ezxml_attr
Debug/main.exe : fatal error LNK1120: 3 unresolved
externals
Error executing link.exe.
main.exe - 4 error(s), 0 warning(s)
My email address is shell6 _at_ gmail.com
Logged In: NO
I've personally only tested it with gcc on posix compliant unix systems. What
compiler are you using?