I'm trying to incorporate SAX parsing into a MS Visual C++ 6.0 application
that uses precompiled header files.

I' ve implemented a content handler and overridden:

startDocument( )
endDocument( )
startElement( )
endElement( )
characters( )
fatalError( )
warning( )
error ( )

I get unresolved externals on all these except starDocument and endDocument
- which tells me at least that the library is visible during linking

I've tried it using SAX and SAX2 - I've also rebuilt the DLL and library.

Can anybody give me a clue as to what's going on?


___________________
John Cant
Supplier Development
Omnicell, Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to