From pkocmid@atlas.cz  Fri Feb 25 02:23:14 2000
Received: from relay.atlas.cz (relay.atlas.cz [195.119.187.170])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id CAA04822
	for <prolog@swi.psy.uva.nl>; Fri, 25 Feb 2000 02:23:14 +0100 (MET)
Received: from raxas ([212.20.100.17]) by relay.atlas.cz  with Microsoft SMTPSVC(5.5.1877.357.35);
	 Fri, 25 Feb 2000 02:26:46 +0100
From: "Petr Kocmid" <pkocmid@atlas.cz>
To: "swi prolog mailing list" <prolog@swi.psy.uva.nl>
Subject: broken project files in cvs
Date: Fri, 25 Feb 2000 02:21:02 +0100
Message-ID: <LOBBKIFBPIKMGOCJCAKDMEJIDEAA.pkocmid@atlas.cz>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by swi.psy.uva.nl id CAA04822

Hi,

I just checked out the public cvs for pl module. 
Opening the workspace with vstudio, three of the 
.dsp project files did not load properly, these are:

dlltest.dsp
plregtry.dsp
console.dsp

Examining the files with hex viewer, it shows
these files contain end of line sequences in form
0d 0d 0a (two CR and one LF), leaving visual 
studio 98 completely baffled about it. 

Please note while vstudio can process source files
with either CRLF,CR or LF eols, project files must 
have CRLF only and need empty lines at specific
places. Do not ever use unix/mac editors on
.dsp files. 

For correct format keeping, .dsp files should be 
marked as binaries in cvs, so they check always 
as a whole file, not patch/update.
 
Petr Kocmid
pkocmid@atlas.cz

