Jump to content

jumper

Member
  • Posts

    1,935
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. > > > third_party/rust/kernel32-sys/src/lib.rs: pub fn K32GetModuleInformation( > > Most of these new dependencies are likely in third party code, not the core code. Or they might be generated by newer compilers. > How to avoid such dependency? Rather than create an OS stub, modify the source to assume failure (or success) and remove the call. If an api is called multiple times, it might be easier to redefine it: #define IsUserWin10Fanboy() FALSE if (IsUserWin10Fanboy()) {...} Or remove the third-party module entirely.
  2. > NewMoonXP? It emphasizes New Moon's mission to serve XP, just as TenFourFox serves Mac OS X 10.4 users. A new moon can't be seen (it's below the horizon) so: FauxMoon -> FOMoon -> FiveOneMoon > third_party/rust/kernel32-sys/src/lib.rs: pub fn K32GetModuleInformation( Most of these new dependencies are likely in third party code, not the core code. Or they might be generated by newer compilers.
  3. Must-read guide to getting USB printers recognized by Win98 and drivers installed (see third and fifth posts).
  4. > Settings: MaxPhysPage=2000, MaxFileCache=65536 Try: MaxPhysPage=20000, MaxFileCache=65536 You can also disable the swapfile if your games don't need it. ATI 9600 AGP: 128MB or 256MB? You probably will need RLoew's RAM patch to get everything that you want without compromising.
  5. Isn't the screen in the other half of the chassis? You probably need to open the lower chassis from the bottom--screws can be visible or hidden inside or under rubber feet or stickers.
  6. I don't have a file with subtitles to test with, but my WMP6.01 does have View->Captions. Help counts it as an Accessibility feature. So two more questions to help narrow things down: - Does WMP7.1 have the View->Captions (or equivalent) Accessibility option? - Does WMP6.04 display the subtitles as captions even without VobSub? According to Videohelp.com, VobSub (up to 2.23) may only be for VirtualDub. WinDVD needs VSFilter: The latest (2.41 and also xy-VSFilter) requires Windows XP SP3. The earlier ones (2.24-2.37) all look okay in Dependency Walker on my 98se system.
  7. View->Style->Manage Modes... Uncheck Page style sheet Page should appear, but without any formatting. Using Opera 10.63, I saved the complete webpage as type .mht (mime-encoded html, like an email with attachments). The string "html{content:'ipsfocus42-november1';}" is from file: http://www.msfn.org/board/uploads/css_built_39/258adbb6e4f3e83cd3b355f84e3fa002_custom.css.10dc6ff2c45a645d7d18ddc234ce91e8.css?v=90cbeee145 Modified: Thursday, November 09, 2017 3:40:02 AM Size: 179 KB If xper can't fix the file, perhaps we can craft a custom style sheet and have Opera apply it to the site.
  8. HP printer utilities for previous 9x-compatible printers might work with the D4260 once drivers are installed. (I have the Deskjet 656c utilities installed on this very 98se system I'm posting from.) However, unless you are reporting that the W2K drivers did install on 98se and allow you to print at least a test page, then you already provided the answer to the underlying question: "...it's not compatible with 98SE." Minimum system requirements are a 128MB Pentium II with Windows 2000. All that said, if you are interested in creating a 9x driver/software pack for the D4260 you can try updating the last one from HP with driver files for the D4260 (and maybe wdmstub or wdmex).
  9. VobSub 2.23 itself should run on 95, but might require a later version of DirectSound than you have installed. What versions of VobSub and DirectSound have your tried? And what exactly do you mean by "works under Win 95C"?
  10. Using that embedded url "trick" with videos marked no-embed has always produced that result
  11. Sumatra PDF 3.1.2 or 2.2 (classic interface) will read %PDF-1.7 and also many ebook formats. Latest Kernelex OS extender required.
  12. Maybe. Extract and check the .inf, don't just check the .msi package. 6.0.101.1023 drivers here .100 and .101 have the most XP mentions.
  13. Try the Alienware Soundblaster Recon3Di 32-bit drivers for Win2K and up.
  14. Avoid both the low-profile and no-drivers issues by getting an external wifi modem that attaches via ethernet and is configured with your browser.
  15. Don't make the Run Dialog resizable, make it wider. Also the child combobox control. Are you editing Shell32.dll Resource Dialog 1003? 1003 DIALOG 0, 0, 227, 85 STYLE DS_SETFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK | DS_CONTEXTHELP | WS_BORDER | WS_DLGFRAME | WS_POPUP | WS_SYSMENU CAPTION "Run" FONT 8, "MS Shell Dlg" BEGIN CONTROL "160", 12297, STATIC, DS_ABSALIGN | DS_SYSMODAL | WS_CHILD | WS_VISIBLE, 7, 11, 18, 20 CONTROL "Type the name of a program, folder, document, or Internet resource, and Windows will open it for you.", 12289, STATIC, WS_CHILD | WS_GROUP | WS_MINIMIZEBOX | WS_VISIBLE, 36, 11, 182, 18 CONTROL "&Open:", 12305, STATIC, WS_CHILD | WS_GROUP | WS_MINIMIZEBOX | WS_VISIBLE, 7, 39, 24, 10 CONTROL "&Open:", 12298, COMBOBOX, DS_SYSMODAL | DS_SETFONT | DS_CENTER | WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE | WS_VSCROLL, 36, 37, 183, 100 CONTROL "OK", 1, BUTTON, DS_ABSALIGN | WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE, 62, 63, 50, 14 CONTROL "Cancel", 2, BUTTON, WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE, 116, 63, 50, 14 CONTROL "&Browse...", 12288, BUTTON, WS_CHILD | WS_MAXIMIZEBOX | WS_TABSTOP | WS_VISIBLE, 170, 63, 50, 14 END
  16. As of KernelEx 4.5.2, Kernel32.dll is no longer patched, however installing Kex last is still a good idea. Make sure you uninstall any old Kex version before beginning the updates and also after WUPG98 (if it installs an old version).
  17. [Ntdll.dll] CsrClientCallServer=>ROS\Ntdll: ;redirect [User32.dll] CalcMenuBar=z5e ;stub Details at Kext: DIY KernelEx extensions. KernelEx extends Kernel32.dll (and now others) for user mode only. WdmEx is for kernel-mode extensions.
  18. KernelEx 4.5.1 is 4.5.2 without the VXD. Application exceptions are supported. Just patch Kernel32.dll like you already have experience doing. Identifying the undocumented entry points will be the challenge. Kexstubs.dll should work with it. Kexstubs.ini provides all the API addition and redirection you want.
  19. Sorry, I am not familiar with old versions of KernelEx or XP internals. I recommend using KernelEx v4.5.1 instead. The code injection article is only for modifying the behavior of existing functions, not for adding missing ones. If we add a large implicit TLS data section to Kernel32.dll, that should solve the thorny reallocation problem. Then LoadLibrary just needs to properly initialize the TLS selector index.
  20. > kernel ex 0.38 source ??? > fix it ???
  21. None at run-time for XP. ImportPatcher or others manually pre-run. Vista's explicit-load-of-DLL's-that-use-implicit-TLS problem might be solvable by simply adding the delayed dependency to the import table. I'm working on adding support for this, plus automation and more to ImportPatcher.
  22. TaskInfo2000 v2.1 displays real-time file cache, memory, and CPU usage for processes, threads, and the whole system.
  23. > SSE only processors such as the Pentium/Pentium II/Pentium III Of those three processor families, only the Pentium III has SSE support.
  24. Seems to work, but no one else in the room to respond! Tested on 98se. 703 KB filesize. Just 6.5 MB total ram usage after login and test post. :)
×
×
  • Create New...