cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curllib.dsp autogenerated

From: <dakarr73_at_tpg.com.au>
Date: Tue, 11 May 2004 17:06:15 +1000

Hi
I tested the new DSP in VS 7.1 (where dsp's get converted to the new format), but
Visual Studio is not able to open it because the dsp is reported as corrupted.
The solution is quite easy: the file list belonging to the project has been outputted
with '\n' only as a line terminator.
In Windows, lines are terminated with "\r\n"
When you replace '\n' with "\r\n" Visual Studio opens and converts the project file
without any problem. Building was fine too.

The only small problem is that both source and header files are all grouped in the
same folder. Normally they should be grouped each in his own folder (the old dsp
wasn't perfect too in this respect but at least had both folders :))

Cheers,
Luca
Received on 2004-05-11