Re: Issues with VS.NET

php.internals

Frank M. Kromann

21 years ago
The format of project and workspace files was changed between the two versions of Visual Studio. The project files provided with the PHP sources are for Visual Studio 6/97. Visual Studio can convert the old files to the new format though. For PHP5 it's no longer needed to use the IDE. This version includes a *nix style build system, with buuldconf, configure and nmake command line commands. - Frank
> VS.NET reports project corruption (ZendTS.dsp, Zend.dsp, fastCGI.dsp, > phpActivescript.dsp) when trying to load the PHP project files. > Things seem ok in VC6. Unfortunately, the IDE was not specific, so i
dont

Edin Kadribasic

21 years ago
This can also happen if your cvs program strips dos line endings. Those files *need* to have \r\n endings. Edin ----- Original Message ----- From: "Frank M. Kromann" <frank@kromann.info> To: "l0t3k" <cshmoove@bellsouth.net> Cc: <internals@lists.php.net> Sent: Saturday, November 06, 2004 10:15 PM Subject: Re: [PHP-DEV] Issues with VS.NET