RE: Building for MSVC 6.0

2003-09-17 Thread Alberto Massari
At 17.29 17/09/2003 -0600, you wrote: Okay, got it fixed, just made a little change from this: #if defined WIN64 return ::InterlockedCompareExchangePointer(toFill, (void*)newValue, (void*)toCompare); to this: #if 0 //defined WIN64 return ::InterlockedCompareExchangePointer(toFill, (void

Re: native macintosh code page

2003-09-17 Thread James Berry
Hi Adam, Well, the Mac's native character encoding is no more non-standard than any other, it's just different! (And it has the moral advantage of having been defined before the Window's code page). But to answer your question may require more information about what you're really trying to do, an

RE: Building for MSVC 6.0

2003-09-17 Thread John Meyer
Title: Message Okay, got it fixed, just made a little change from this:   #if defined WIN64     return ::InterlockedCompareExchangePointer(toFill, (void*)newValue, (void*)toCompare);     to this:   #if 0 //defined WIN64     return ::InterlockedCompareExchangePointer(toFill, (void*

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 [mailto

RE: Building for MSVC 6.0

2003-09-17 Thread John Meyer
Title: Message Installed the SP5, and its funny, it changed my Visual Basic to Visual Basic 6 SP5, but not the other programs.   -Original Message- From: Dave Connet [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 1:55 PM To: [EMAIL PROTECTED] Subject: RE: Building

DO NOT REPLY [Bug 23226] New: - DOMWriter doesn't escape newlines when serializing attribute values

2003-09-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Linker errors with Xerces 2.3.0 on 64-bit Solaris

2003-09-17 Thread Graham Bennett
On Sat, Sep 13, 2003 at 03:11:51PM +0100, Graham Bennett wrote: > We are having problems building xerces 2.3.0 on 64-bit solaris 5.8 with > the Sun Forte 6.2 compiler. The problem is that definitions for > templates instantiated within the library are not linked in, so when a > binary is linked ag

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, Inc. -O

RE: Building for MSVC 6.0

2003-09-17 Thread Jesse Pelton
Title: Message Have you searched the mailing list archive? I've been monitoring the list for years, and I don't recall this coming up before, but I have fewer brain cells today than I did yesterday... -Original Message-From: John Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesda

RE: Building for MSVC 6.0

2003-09-17 Thread John Meyer
Title: Message Thanks, but before I do, I want to know if this problem has happened before on the same type of configuration, if I’m just doing something wrong, or if this is an issue that needs to  be addressed in the install instructions or something like that.   -Original Message-

RE: Building for MSVC 6.0

2003-09-17 Thread Jesse Pelton
Title: Message Perhaps you need to download the Platform SDK from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/. (IE seems to be required to view the site.) That may be safe and sufficient, but I'm not sure: see http://support.microsoft.com/default.aspx?scid=kb;en-us;292752. It

native macintosh code page

2003-09-17 Thread Adam Heinz
I'm getting some high-byte character trashing on serialization and my reading has revealed that MacOS uses a somewhat non-standard encoding: x-mac-roman or x-mac-latin1 (a variant of ISO-8859-1). I've been poring over the various transcoding-related classes to see if I can change my "native" co

Building for MSVC 6.0

2003-09-17 Thread John Meyer
Hi, I’m getting the following errors: D:\xerces\src\xercesc\util\Platforms\Win32\Win32PlatformUtils.cpp(720) : error C2039: 'InterlockedCompareExchangePointer' : is not a member of '`global namespace'' D:\xerces\src\xercesc\util\Platforms\Win32\Win32PlatformUtils.cpp(720) : error C2065: '

Re: compilation problem with Xerces-C++2., while building with VC7.1 compiler

2003-09-17 Thread David Cargill
Hi, In the latest CVS source, the code is: #if defined(XERCES_NEW_IOSTREAMS) #include #else #include #endif So it appears it has been fixed since 2.1... Regards, David A. Cargill

compilation problem with Xerces-C++2., while building with VC7.1 compiler

2003-09-17 Thread Pranav Kumar Sahu
Hi All, I have been using Xerces-C++2.1 for VC6 compiler & it was doing great. Now I am migrating to VC7.1 and I am getting compiler error while building it. "StdOutFormatTarget.cpp(69) : fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory" It