RE: Building for MSVC 6.0

2003-09-17 Thread Dave Connet
Maybe try reinstalling... One of the guys I work with, his msdev just started crashing whenever he opened a project. Uninstalling/Reinstalling fixed it. Windows... Sigh... (it happened shortly after one of the ms critical patches.) Dave Connet -Original Message- From: John Meyer

RE: Building for MSVC 6.0

2003-09-17 Thread Dave Connet
Title: Message I build using vc6 and do not have the sdk installed. I do have sp5 installed (plus the stl header patches - which are required) I've built 1.4, 1.5.2, 1.6, 2.1 and 2.2 on nt4/win2000/xp machines. Never had a problem with any of them...   Dave Connet Entelos

RE: Xerces2.3 Compile errors On VC7.1

2003-06-20 Thread Dave Connet
ntioned. Just change the filename to "xml-xerces_20030619224319.tar.gz", and all will be well... Dave Connet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Will Xerces-C Support Visual Studio .NET ???

2002-06-14 Thread Dave Connet
> If so, when? This upcoming release? > > -Bob I had no problem compiling 1.6.0 with .net... In the projects\win32 directory, - xcopy /s VC6\*.* VC7\ - handedit the .dsp to change 'VC6' to 'VC7' - open the .dsw in .net.

RE: SysAllocString

2002-03-08 Thread Dave Connet
me()).transcode()); CString str(vna2); delete [] vna2; BSTR bstr = str.SysAllocString(); Dave Connet > -Original Message- > From: Bavishi, Pankaj [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 08, 2002 3:39 PM > To: [EMAIL PROTECTED] > Subject: RE: SysAllocString > > &g

RE: compatibilty

2002-02-15 Thread Dave Connet
ectories to VC7 to allow both compilers to work (so I now have a Projects/Win32/VC7 directory). Dave Connet > -Original Message- > From: Jason Jesso [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 10:55 AM > To: [EMAIL PROTECTED] > Subject: Re: compatibilty &g

RE: compatibilty

2002-02-15 Thread Dave Connet
Try just casting to a (DOM_Element) DOM_Element thisAction = (DOM_Element)nl.item(actionNum); item() returns a DOM_Node, not a DOM_Node&. Dave Connet > -Original Message- > From: Jason Jesso [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 9:01 AM

RE: Build problems in Tru64

2002-02-06 Thread Dave Connet
That sounds right - we ran into that too. I was forced to do the following: XALANCROOT=/entelos/private/connet/x/x/c XERCESCROOT=/entelos/private/connet/x/xml-xerces/c (/entelos/private/connet is $HOME) > -Original Message- > From: David N Bertoni/CAM/Lotus [mailto:[EMAIL PROTECTED]] > S

RE: Changing include to include/xercesc (What about Xalan?)

2001-08-17 Thread Dave Connet
renaming their files). I know version xml-xalan_20010808161642.tar was "broken", but version xml-xalan_20010815161555.tar works. Dave Connet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Build a Xerces 1.5.1 or Xerces 1.6?

2001-07-12 Thread Dave Connet
I'd vote for 1.6. If the .so/.dll reflected the mod level too, then I'd vote for 1.5.1. But I HATE dlls that reflect the version, yet are different. (How many versions of mfc42.dll do we have now? 20?) It makes for a maintenance nightmare. Dave Connet > -Original Message-

RE: Renaming src to xercesc

2001-07-11 Thread Dave Connet
eader files themselves. And if you have 2 headers with the same name and you need both, you're pretty much in trouble anyways because of things like "#ifndef AttrImpl_HEADER_GUARD_" Dave Connet > -Original Message- > From: Peter A. Volchek [mailto:[EMAIL PROTECTED]] &g

RE: Deleting char* returned from DOMString.transcode() in VC++ 6. 0

2001-04-21 Thread Dave Connet
ulled in by multiple system dlls: tapi32.dll, comdlg32.dll, winspool.drv, advapi32.dll, oledlg.dll - those in turn have dependencies on about another half-dozen dlls that pull it in - it's a tangled web windows weaves!) Dave Connet --

RE: Deleting char* returned from DOMString.transcode() in VC++ 6.0

2001-04-19 Thread Dave Connet
Title: Deleting char* returned from DOMString.transcode() in VC++ 6.0 In addition to Jesse's reply to this message, you should use:     delete [] Name;   Dave Connet -Original Message-From: Gary Marsh [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 19, 2001 12:29 PMTo: [

RE: error thrown by parser

2001-04-03 Thread Dave Connet
Try catching SAXException also. There was a thread in the xalan group a little while back that mentioned all the different types of exceptions that may be thrown. xerces: SAXException XMLException DOM_DOMException xalan: XSLException XalanDOMException Dave

RE: [Bug 1153] New - tar checksum erro when extracting files

2001-03-29 Thread Dave Connet
Maybe this could be added as a random 'tip'? Another email list I'm on has a random tip auto-generated as a header, in addition to the unsubscribe stuff at the bottom. > -Original Message- > From: Hiram Clawson, 831-427-7519 [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 29, 2001 1:22