Re: [Programs] Notepad: sync with ReactOS notepad (2)

2012-05-07 Thread carlo.bra...@libero.it
Hello friends, >> Because you do seriously believe that ReactOS developers reversed the >> Windows notepad?! Along with Solitaire & calculator, I suppose? >> Common sense is a powerful tool, let's make use of it :-). > >It's a matter of trust. If a person is known to use illegal practices >to writ

Re: [Programs] Notepad: sync with ReactOS notepad (2)

2012-05-06 Thread carlo.bra...@libero.it
Hello friends, >The issue is whether the appropriate guidelines were followed >(http://wiki.winehq.org/CleanRoomGuidelines). One issue is that Wine >does not allow people that have ever viewed Microsoft source code to >contribute to Wine, but there are other issues. You'll have to talk >to Alexa

Re: [Programs] Notepad: sync with ReactOS notepad (2)

2012-05-06 Thread carlo.bra...@libero.it
Hello friends, >thank you for working on this. I think you will improve the chances for >your patches to be accepted if you give them individually meaningful >names, like > >"notepad: Don't use reserved MSVC keyword." > >for patch #2. Actually, I followed the tip I read into the wiki of WINE in "

[shlwapi] Add NULL checks to StrCpyW and StrCatW

2012-04-16 Thread carlo.bra...@libero.it
Hello friends, according to these results, it looks like the test I added in the patch crashes win2k SP4 but it works on all others. And it does not seem to be a thing that it can be resolved with dynamic library loading. So, what should I do? Do I need to comment them like it has been done (for

UCS-4 hack not working in resource files.

2010-09-10 Thread carlo.bra...@libero.it
Hello friends, I would like to talk a bit about a (probable) limitation with unicode names when they are used for creating embedded controls in resource files. Let's take for example this piece of code from richedit.h: #if defined(__GNUC__) # define RICHEDIT_CLASS20W (const WCHAR []){ 'R','i','c