Re: [ros-dev] Visual Studio Support

2015-08-14 Thread Alberto Vaudagna
Thanks for the rsponse! Il 14/Ago/2015 21:01, "Timo Kreuzer" ha scritto: > > There used to be problems with VS IDE and asm files. Amine introduced > add_asm_file() (or whatever it's called) to resolve that. I think it used > to compile completely, but it is possible something is missing somewhere

Re: [ros-dev] Visual Studio Support

2015-08-14 Thread Timo Kreuzer
There used to be problems with VS IDE and asm files. Amine introduced add_asm_file() (or whatever it's called) to resolve that. I think it used to compile completely, but it is possible something is missing somewhere now. You should ask Amine, when he's back home in a few days. Timo Am 07.0

Re: [ros-dev] Visual Studio Support

2015-08-09 Thread Alberto Vaudagna
Ok thanks, any way I install react os tools and now I using ninja. It's good. Thanks for the help! 2015-08-09 23:27 GMT+02:00 David Quintana (gigaherz) : > #reactos-dev requires asking permission to speak, as a means to avoid > spam. You can ask on #reactos, or you can send a private message to >

Re: [ros-dev] Visual Studio Support

2015-08-09 Thread David Quintana (gigaherz)
#reactos-dev requires asking permission to speak, as a means to avoid spam. You can ask on #reactos, or you can send a private message to someone. On 9 August 2015 at 18:48, Alberto Vaudagna wrote: > Hi, I join the reactOs dev chat #ReactOS-Dev but when I try to send a > message the client (I'm u

Re: [ros-dev] Visual Studio Support

2015-08-09 Thread Alberto Vaudagna
Hi, I join the reactOs dev chat #ReactOS-Dev but when I try to send a message the client (I'm using the web interface webchat.freenode.net) give me an error saying I cannot send the message. Do I need to be verify my account against the reactos account? Any way If I run the configure without param

Re: [ros-dev] Visual Studio Support

2015-08-07 Thread Alberto Vaudagna
At least in that way we know it work. I have arleady test it! 2015-08-07 0:21 GMT+02:00 Alberto Vaudagna : > Yes better. > But at the end I think is better build with mingw. > > 2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) : > >> Would you want to pop into our IRC channel so we can trouble

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread Alberto Vaudagna
Yes better. But at the end I think is better build with mingw. 2015-08-07 0:10 GMT+02:00 David Quintana (gigaherz) : > Would you want to pop into our IRC channel so we can troubleshoot in > realtime? > > On 6 August 2015 at 23:56, Alberto Vaudagna > wrote: > > ya the host files compile fine. but

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread David Quintana (gigaherz)
Would you want to pop into our IRC channel so we can troubleshoot in realtime? On 6 August 2015 at 23:56, Alberto Vaudagna wrote: > ya the host files compile fine. but for example the kernel not build give me > only linker error. I arleady generate the solution files using the configure > script.

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread Alberto Vaudagna
Ah good to know! As an example of what I erite above the win32ss solution build fine except from linking problem. what it miss is for example is the sysmbol FLOATOBJ_Add that is defined in a assebly file. By the way thanks for the helps! 2015-08-06 23:58 GMT+02:00 David Quintana (gigaherz) : > Oh

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread David Quintana (gigaherz)
Oh and by the way, you CAN use ninja with msvc compiler, too. I got the impression you assumed ninja=mingw, but if you do "configure" from a vs command prompt, it will default to ninja+msvc, which is what I mentioned as the fastest way to compile. On 6 August 2015 at 23:50, David Quintana (gigaher

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread Alberto Vaudagna
ya the host files compile fine. but for example the kernel not build give me only linker error. I arleady generate the solution files using the configure script. As I see allmost all of the linking the problem comes from the functions that are implemented in assembly. Don't know. 2015-08-06 23:50

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread David Quintana (gigaherz)
In theory, yes, but in practice not everything required is built by the smaller .sln files, so it's best to compile the large one at the root, but remember to always first build host-tools, otherwise nothing will work since the host-tools are necessary to build the rest. On 6 August 2015 at 23:30,

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread Alberto Vaudagna
And get errors using msbuild. I should go into the build folder and for example I want compile the kernel. I go into the kernel folder and write msbuild NTOS.sln, right? 2015-08-06 23:26 GMT+02:00 Alberto Vaudagna : > I mean build inside vs. It would be very great. But I have no problem > buildin

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread Alberto Vaudagna
I mean build inside vs. It would be very great. But I have no problem building with mingw. Ah never know that msbuild work. Thanks for the response! 2015-08-06 23:21 GMT+02:00 David Quintana (gigaherz) : > I don't get any error locally, it may be that your build folder became > corrupted. It happ

Re: [ros-dev] Visual Studio Support

2015-08-06 Thread David Quintana (gigaherz)
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

[ros-dev] Visual Studio Support

2015-08-06 Thread Alberto Vaudagna
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 R