[Expat-discuss] Question on DOMC

karthik vasudeva karthikvasudeva at yahoo.com
Sun Sep 26 19:26:50 CEST 2004


Hey,
I got a refernce to DOMC while browsing through EXPAT
mailing lists. I have been using Expat but now i need
a DOM. I know that DOMC uses expat for parsing. So its
ideal one for me. For some reason i could not get to
build the DOMC dll on my Windows XP machine. I have
VC++ 6.0 installed. 

First of all, along with the source for DOMC, i also
downloaded expat,libmba and encdec and built these
DLLs. I also changed the Makefile.msvc file for domc
accordingly. I have the following linker error while
building the domc dll:

nodelist.obj : error LNK2001: unresolved external
symbol ___builtin_codes

expatls.obj : error LNK2001: unresolved external
symbol ___builtin_codes

events.obj : error LNK2001: unresolved external symbol
___builtin_codes

dom.obj : error LNK2001: unresolved external symbol
___builtin_codes

node.obj : error LNK2001: unresolved external symbol
___builtin_codes

domc.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'link' : return code
'0x460'

I could figure that the variable '_builtin_codes' has
been defined inside the libmba\src\mba\msgno.h ! I am
new to the Windows world, but i think the linker
doesnt seem to know where this file is. I also tried
adding libmba.dll to C:\WINDOWS\SYSTEM32 folder.

Just wanted to know if anyone has tried building the
DOMC on Windows, or if someone has a copy of the domc
DLL that i could use.

Thanks,
Karthik


		
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com


More information about the Expat-discuss mailing list