-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for NT 6.0 / NT 5.x series #129
Comments
I'll soon make r3dfox ESR 128 with support for Vista. Currently there is the old 126 release and the 115 ESR release. No idea about 2000 though. |
Vista is easy in comparison to what will be needed for XP. |
Will Eclipse r3dfox ever support Windows Vista, Windows XP, and Windows 2000 with Extended Kernel? |
What about adding support for Windows XP? |
If I get it perfect, the main version might. The current issue is the sandbox doesn't work on Vista 32 bit, but the browser is otherwise good. I assume XP will be relegated to second release or ESR if it happens as that might be a bit much. |
For XP, let's wait for @win32ss's Superfox. |
For XP there is MyPal https://github.com/Feodor2/Mypal68/releases |
Closing this as it's less relevant compared to this issue focused solely on XP. |
I tested r3dfox on Windows XP with One-Core API and worked for me.
What if you can add r3dfox support for Windows Vista / XP without Extended Kernel + Windows 2000 SP4 with Extended Kernel?
Windows Vista SP2 without Extended Kernel: K32EnumProcessModules missing in kernel32.dll
Windows XP SP3 without One-Core API: AcquireSRWLockExclusive missing in kernel32.dll
Windows 2000 SP4 with Extended Kernel: RtlSetLastWin32Error missing in ntdll.dll.
The text was updated successfully, but these errors were encountered: