From: "Gareth Reakes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 1:14 AM Subject: Re: Bug in VC7 project settings?
> > > Is this the release build or cvs? > > Gareth > > On Tue, 14 Oct 2003, Sean Kelly wrote: > > > On Tue, 14 Oct 2003, jiang lei wrote: > > > > > > I just did a cvs update and VC7 build for xercesc2_3_0 and got 668 > > > unresolved external symbols. Is there anything wrong with the project files? > > > Or where can I get a working version of 2_3_0? > > > > Yup. There are two source files missing from the lib project. Do a "find > > in files" search from within VC7 to track them down and add them... I > > think they may be in the utility directory. I'd tell you what they are > > but I don't remember. > > > > Sean > > Hi Gareth, It was CVS. I did as Sean said and the VC7 build passed. Thank you very much, Sean. It seems like the following files are missing in VC7 projects: Xercesc\src\xercesc\framework\XMLRefInfo.cpp Xercesc\src\xercesc\framework\XMLAttDefList.cpp Xercesc\src\xercesc\internal\XSerializeEngine.cpp Xercesc\src\xercesc\validators\DTD\DTDEntityDecl.cpp Xercesc\src\xercesc\framework\psvi\XSObject.cpp Xercesc\src\xercesc\validators\common\Grammar.cpp Xercesc\src\xercesc\framework\XMLGrammarDescription.cpp Xercesc\src\xercesc\framework\XMLDTDDescription.cpp Xercesc\src\xercesc\framework\XMLSchemaDescription.cpp Xercesc\src\xercesc\util\SynchronizedStringPool.cpp best regards Lei --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
