Hi,
I was just fiddling around with reactos and am interested in getting some stuff to compile with msvc. (I tried 2003 and 2005 express beta 2)
However, the sln workspace files don't seem to open properly on neither visual studio. The vcproj do; just wondering whether you guys use other versions of visual studio?
Jurgen
Hi We do not support VS yet, some people are working on it. Some project file work and other does not.
----- Original Message ----- From: "Jurgen Van Gael" jvangael@wisc.edu To: ros-dev@reactos.org Sent: den 19 October 2005 16:28 Subject: [ros-dev] Visual Studio
Hi,
I was just fiddling around with reactos and am interested in getting some stuff to compile with msvc. (I tried 2003 and 2005 express beta 2)
However, the sln workspace files don't seem to open properly on neither visual studio. The vcproj do; just wondering whether you guys use other versions of visual studio?
Jurgen _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
-- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 2005-10-16
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
I was just fiddling around with reactos and am interested in getting some stuff to compile with msvc. (I tried 2003 and 2005 express beta 2)
However, the sln workspace files don't seem to open properly on neither visual studio. The vcproj do; just wondering whether you guys use other versions of visual studio?
I fixed the creation of the solution file in rev. 18623 and I added the new cmdline switch "-vs{version}" to rbuild.
To create the files needed by Visual Studio 2005 type "rbuild -vs8 msvc"
Regards, Christoph