On 2001.08.02, Rusty Brooks <[EMAIL PROTECTED]> wrote:
> Oh, and main.dsp says quite clearly at the top:
>
> # Microsoft Developer Studio Project File - Name="main" - Package
> Owner=<4>
> # Microsoft Developer Studio Generated Build File, Format Version 6.00
>
> So, what's the beef?  I take it that people are generally able to
> compile
> this fine.

If I recall correctly, the problem is the line endings in the file.

It seems as though the files were created on a Windows box (which
makes sense) and had the DOS line endings.  Then, it was probably
pushed over to a Unix box, something touched the files (which
converted the line endings) and then checked into CVS.  So,
when they're checked back out and handed to Visual Studio,
VS complains that "this isn't a Studio generated file ..."

If this doesn't help, I'll look into the problem further.

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/

Reply via email to