On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >I'll like to know from Vista users that hang on the list about their > >results too, since WinAPI is always a pain to get working on different > >platforms. > > okay, results are; > > > Vista64: > *** CURRENT PROCESS *** > EnumProcessModules (PID, name): 1844 proc_info.exe > Module32First (PID, name): 1844 proc_info.exe > GetProcessImageFileName (PID, name): 1844 > \Device\HarddiskVolume1\Users\fukuoka\Desktop\proc_info_3\proc_info.exe > > *** PARENT PROCESS *** > EnumProcessModules (PID, name): 1968 <unknown> > Module32First (PID, name): 1968 Error Creating Snap (SNAPMODULE) > GetLastError: 299Only part of a ReadProcessMemory or > WriteProcessMemory request was completed. > <unknown> > GetProcessImageFileName (PID, name): 1968 > \Device\HarddiskVolume1\Windows\System32\cmd.exe > > > > Vista32: > *** CURRENT PROCESS *** > EnumProcessModules (PID, name): 1468 proc_info.exe > Module32First (PID, name): 1468 proc_info.exe > GetProcessImageFileName (PID, name): 1468 > \Device\HarddiskVolume1\Users\test\Desktop\proc_info_3\proc_info.exe > > *** PARENT PROCESS *** > EnumProcessModules (PID, name): 3944 cmd.exe > Module32First (PID, name): 3944 cmd.exe > GetProcessImageFileName (PID, name): 3944 > \Device\HarddiskVolume1\Windows\System32\cmd.exe
Perfect!, that means the API is forward compatible. Ok, will patch mongrel tonight and do a pre-release tomorrow morning. Thank you guys for testing and providing feedback. Regards, -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
