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 [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 28, 2001 5:01 PM > To: Xerces-C-Dev > Subject: MSVC 6 project > > > > Is there anything special about setting up a MSVC 6 project > for Xerces-C? > > I'm continuing to have difficulty getting the version of > DOMPrint.exe that I > compile with my own project workspace to behave correctly. > > The following is what I did to create a new workspace: > - create an empty console app > - remove everything except user32.lib and kernel32.lib from > the link list > - add a #pragma statement to link xerces-c_1.lib > - add the files to the project (DOMPrint.cpp, > DOMTreeErrorReporter.cpp/hpp) > - build > > Is there anything that I'm doing that I shouldn't be or vice versa? > > Can someone who uses VC6 help me out? > > Much thanks in advance. > > ============================ > Bob Nemeth > ERL, LLC > [EMAIL PROTECTED] > ============================ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
