Re: [ros-dev] Yarotows trunk integration

2010-10-26 Thread Adam Kachwalla
The issue I see with that is that it will clog up debug logs, when attempting to solve certain problems.Since the hacks only really need to be sorted out (and can only be sorted out) during compile time, I am not sure there's much point polluting the debug log with all that.Simple #pragma messag

Re: [ros-dev] Yarotows trunk integration

2010-10-26 Thread Javier Agustìn Fernàndez Arroyo
and what about using DPRINT1("HACK:...<>); 2010/10/25 Olaf Siejka > For similar effect I am trying to map out and record every known hack or > unimplemented functionality: > > http://www.reactos.org/wiki/Bug_Filters#Hacks > > W dniu 25 października 2010 23:15 użytkownik Ged Murphy < > gedmur

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Olaf Siejka
For similar effect I am trying to map out and record every known hack or unimplemented functionality: http://www.reactos.org/wiki/Bug_Filters#Hacks W dniu 25 października 2010 23:15 użytkownik Ged Murphy napisał: > //TODO and //HACK, etc in code are easily lost and forgotten about. > > I think

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Ged Murphy
//TODO and //HACK, etc in code are easily lost and forgotten about. I think it's time reactos started to move towards a set of '#pragma message' defines instead of losing messages of hacked or unfinished code. Ged. 2010/10/25 Olaf Siejka > This should be reported as HACK tagged bug, i can do

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Olaf Siejka
This should be reported as HACK tagged bug, i can do it provided someone will write up a short description. W dniu 25 października 2010 22:36 użytkownik Timo Kreuzer < timo.kreu...@web.de> napisał: > > The problem is missing MmSecureVirtualMemory. The new Mm code is a big step > into this directi

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Timo Kreuzer
The problem is missing MmSecureVirtualMemory. The new Mm code is a big step into this direction, so I guess it won't take long until it's implemented. Until that we can probably live with the hack. Am 25.10.2010 20:43, schrieb Gregor Schneider: > Hi, > > good to see the branch work back in trunk

[ros-dev] Yarotows trunk integration

2010-10-25 Thread Gregor Schneider
Hi, good to see the branch work back in trunk, I suspected this work would be left to rot and finally be forgotten (like in most other experimental branches). Altogether this looks like a huge step forward, got to test those mode switches it once I have enough time. One thing I noticed from the d