Thanks Irving, You were right! Thanks. No CR's.
My fix? I just copied over the xerces-all directory from the 1_1_0_d15 release to the 1_1_0 one and it worked fine. (Well it compiled anyway, I'll check it out shortly.) Thanks again, Jim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2000 12:09 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Microsoft C++ project files missing from 1.1.0 > The workspace file: > > xerces-c-src_1_1_0\Projects\Win32\VC6\xerces-all.dsw > > isn't actually missing - it seems to contain *no* projects. > > When I try to open the workspace file above the left frame > claims there are 0 projects in it. aha! We tripped over this with some of our stuff a couple of days ago. If the .ds* files are checked in & out of source control on Unix, the CR/LF line endings get replaced with just LF. VC6 can't handle Unix line endings in project and workspace files. The long-term fix is to mark the project files as "binary" in the source control system, so that it won't mess with the line endings. - irving -