I don't get any error locally, it may be that your build folder became corrupted. It happens every now and then, that a file is out of date, but the build system doesn't realize it.
Unless you mean building from INSIDE visual studio... that's not currently a supported build method, I believe. You can use msbuild (the same build system used by visual studio) from a cmd window, and that should work, or use the primary way of building, using ninja, which is also the fastest method of all. On 6 August 2015 at 22:10, Alberto Vaudagna <[email protected]> wrote: > Just wonder why no one has yet fixed the compiling errors you get if you use > visual studio. > All the errors are not code related but linking problem, so I wonder why no > body solve all the compiler errors. > Thanks, > Alberto Vaudagna > > _______________________________________________ > Ros-dev mailing list > [email protected] > http://www.reactos.org/mailman/listinfo/ros-dev _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
