lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] What IDE do you use now?


From: David Empson
Subject: Re: [lwip-users] What IDE do you use now?
Date: Tue, 08 Jul 2008 18:11:33 +1200

Explanation: the files from CVS are using UNIX line endings (LF only). Visual Studio doesn't recognise workspace and project files in this format. They have to be resaved with MS-DOS line endings (CR/LF).
 
This needs to be done for the .dsp files as well as the .dsw file.
----- Original Message -----
From: 伍瑞卿
Sent: Tuesday, July 08, 2008 5:11 PM
Subject: Re: [lwip-users] What IDE do you use now?

VC can not  parse the test.dsw from contrib-1.3.0.zip ,it should be converted with the following steps:
   1) open original test.dsw from contrib-1.3.0.zip  by wordpad.exe on Windows 、
   2)new a blank text file named test.dsw,and open it by notepad.exe
   3)   copy all content form  original test.dsw to  new text file test.dsw.
   4)  save new test.dsw ,and replace the original test.dsw ,
   5) reopen test.dsw
ok!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]