RE: MSVC 6 project

2001-09-30 Thread Nick Denning
The biggest problem I had with this sort of stuff is to remember to compile any VC++ apps with the memory model /MD or /MDd for debug, as this is how the XERCES libraries are built. Without this you are using different memory models and all sorts of unexpected stuff can happen. If you really can

Re: MSVC 6 project

2001-09-28 Thread Dean Roddey
Select the correct runtime. Use "Multithreaded DLL", debug if you are using the debug Xerces libs, else non-debug. -- Dean Roddey The Charmed Quark Controller Charmed Quark Software [EMAIL PROTECTED] http://www.charmedquark.com "If it don't have a control port, don't buy

RE: MSVC 6 project

2001-09-28 Thread Murphy, James
Is there a reason you aren't using the DomPrint.dsp that ships with the distribution? Open DomPrint.dsp (or any others) and compare the C++ and Link command text from the bottom of the Project settings dialog. Look for missing prams etc. Jim > -Original Message- > From: Bob Nemeth [m