Search found 22 matches

by CodeVisio
Wed Feb 27, 2013 1:12 am
Forum: Development Help
Topic: It's me again plus some issues
Replies: 7
Views: 9945

Re: It's me again plus some issues

Do you have another version of mingw installed on your system. I didn't remember I had a previous installation. After removed it, ninja worked as expected. Thanks UPDATE: Good news. I was able to compile ROS with VS2012e without errors. Projects compiled 797/801, skipped 4. One of the four projects...
by CodeVisio
Tue Feb 26, 2013 10:48 pm
Forum: Development Help
Topic: It's me again plus some issues
Replies: 7
Views: 9945

Re: It's me again plus some issues

@Z98 VS build doesn't completely work yet. This answer question #5. If you want a fully/mostly working ROS image, you need to build using the bundled mingw toolchain. Everything you need to know for what to do to build is here: http://www.reactos.org/development/build-environment This what I did in ...
by CodeVisio
Sun Feb 24, 2013 9:51 pm
Forum: Development Help
Topic: It's me again plus some issues
Replies: 7
Views: 9945

It's me again plus some issues

Hi all, I've been away for a while, I hope to give my contribution again. I've seen you changed the BugTracker system. I checked out ROS source and followed the new instruction to build it, but I failed. In particular I used the ninja instruction but after starting the building process I got some co...
by CodeVisio
Thu Mar 08, 2012 12:38 am
Forum: Development Help
Topic: Patch submited (#4377) and mails received
Replies: 3
Views: 4492

Re: Patch submited (#4377) and mails received

I sent it via email to wine guys as well as reactos as described here /media/doc/README.WINE.
I've just added the patch to the bug description from the bug list too.
by CodeVisio
Wed Mar 07, 2012 3:06 pm
Forum: Development Help
Topic: Patch submited (#4377) and mails received
Replies: 3
Views: 4492

Patch submited (#4377) and mails received

Hi,

I submitted a patch yesterday and today I've received two mail from ReactOS.Bugzilla@reactos.org.
The content of the mail aren't clear for me.
1) Is that normal?
2) what does that mean? was the patch accepted or rejected?

Thanks
by CodeVisio
Wed Mar 07, 2012 3:00 pm
Forum: General Discussion and Feedback
Topic: Notepad problem
Replies: 14
Views: 5295

Re: Notepad problem

I was fixing a bug, #4377 form the bug list, so I had the opportunity to give a look at how the Notepad source code is structured and as I said it needs a heavy review. Not all bugs come from Notepad itself, some come from the underlying components like scrollbars etc. For example, the redrawn mecha...
by CodeVisio
Wed Mar 07, 2012 10:22 am
Forum: General Discussion and Feedback
Topic: Notepad problem
Replies: 14
Views: 5295

Re: Notepad problem

Sorry, discard my previous post.
I checked the Notepad code some minutes ago and It takes care about the file(s) passed to it at starting time.
Probably there is a bug inside that code causing don't properly load the file(s).
by CodeVisio
Wed Mar 07, 2012 9:50 am
Forum: General Discussion and Feedback
Topic: Notepad problem
Replies: 14
Views: 5295

Re: Notepad problem

Hi, Double clicking on the file opens Notepad with an empty window, when the mouse is moved over the window, it disappears then re-appears when it is moved off the window; Notepad cannot be closed with it's destroy window button, or by right clicking on the taskbar entry. It will close through taskm...
by CodeVisio
Wed Mar 07, 2012 12:33 am
Forum: Italian
Topic: Nuovo arrivato
Replies: 14
Views: 13883

Re: Nuovo arrivato

Ciao Carlo, nell'attesa di una tua risposta mi sono messo a spulciare in giro per il sito e da una cosa tira l'altra alla fine sono riuscito a completare il giro(getting source-modifying-testing). Grazie anche a tutte queste persone che hanno avuto la pazienza di rispondere a tutte le mie menate. Or...
by CodeVisio
Tue Mar 06, 2012 11:01 pm
Forum: Development Help
Topic: Source code owner by wine guys or not
Replies: 13
Views: 15295

Source code owner by wine guys or not

Hi,

1) How do I know if a source code is wine or not?
2) For example commdlg32, is it implemented by win guys?

Thanks
by CodeVisio
Tue Mar 06, 2012 12:44 pm
Forum: Development Help
Topic: A new coder
Replies: 22
Views: 19044

Re: A new coder

discard my previous post.

You can that in this way:
- edit the CMakeLists.txt file inside the project folder.
- modify the "list(..)" directive as you need.
- modify the library list as you need
- save and exit
- when you will launch the make [ProjectName], cmake will do the update.
by CodeVisio
Tue Mar 06, 2012 12:22 pm
Forum: Development Help
Topic: A new coder
Replies: 22
Views: 19044

Re: A new coder

Hi, a new question on the fly: I'm doing some test on notepad just to have some confidence with the compilation and testing of ros. I've added two files (.h and .c) to the notepad project. I guess I have to 'refresh' the makefile in order to the compiler to see the new files. Is there a way to do th...
by CodeVisio
Mon Mar 05, 2012 4:44 pm
Forum: Development Help
Topic: A new coder
Replies: 22
Views: 19044

Re: A new coder

@vimarcal, Running configure.cmd under RosBE environment will create only the output folder relative to MingW and not for VS or WDDK(even if you speciify the parameter VSSolution). I'm not accustomed to the content of configure.cmd but if you look at it you will discover that it performs some sort o...
by CodeVisio
Mon Mar 05, 2012 4:26 pm
Forum: Development Help
Topic: A new coder
Replies: 22
Views: 19044

Re: A new coder

here you are

[ external image ]
by CodeVisio
Mon Mar 05, 2012 4:17 pm
Forum: Development Help
Topic: A new coder
Replies: 22
Views: 19044

Re: A new coder

this is what I thought in a first instance, indeed I ignored it and ran nmake but at 14% of compilation I got this linker error: http://i42.tinypic.com/1hlbs.png (I hope the screenshot is visible, if not then how can I attach it? :) ) So at that point I thought the two issues were related. Any idea?...