From: Royce M. I. <ro...@ev...> - 2002-07-04 23:41:44
|
I've fixed RtlSetEnvironmentVariable, but at the moment the fix is using a static buffer. Can I safely call palloc from that function? Once I get that straightened out, I'll pass it on. I have also discovered a bug in RtlExpandEnvironmentStrings_U in the process. Royce3 ----- Original Message ----- From: "Royce Mitchell III" <ro...@ev...> To: <rea...@li...> Sent: Thursday, July 04, 2002 5:35 PM Subject: Re: [ros-kernel] compiling > I've been looking around a little bit, and playing with it, and I'm finding > a lot of stuff missing. > > For example, I have a batch file that sets up my MinGW environment. I tried > to run it, and my PATH environment variable came out like this: > > PATH=C:\MinGW\Bin;%PATH% > > My include and lib variables are similarly broken. > > So, I'm thinking I could start by adding support for that. I've already > found the function I need to change in NTDLL.DLL > (RtlSetEnvironmentVariable), and I've pasted it into a test app so I can > modify, and test it without rebooting frequently. > > Unless somebody's already working on that, I'll do it. > > Then, as you suggested, I'm going to start "hacking". I can't run Norton > Commander, yet, and I'd like to get that working. I also noticed that EDIT > and MC don't work, either. Personally I feel it would be critical that the > command prompt work well :) > > ----- Original Message ----- > > > Personally, I'd invest time only on a Windows Shell replacement (shell32 + > > shlwapi). Any time invested elsewhere is wasted time, IMHO. Our minimal > > graphical shell of choice, LiteStep, needs it, and a ton of third party > > apps as well > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Caffeinated soap. No kidding. > http://thinkgeek.com/sf > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > |