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. Vcache also caches reads as well as writes, so disabling write-behind caching is unlike to completely disable Vcache.
  2. Experiment. Don't be afraid to try a bunch of variations. It's only software.
  3. Those are good to start with. Sort your points by depth (z) and draw from back to front.
  4. Explorer slowly grows. Kill and reload it.
  5. Google "codec pack for nt 4.0"
  6. It depends upon which module that instruction is in. Any process viewer can tell us. I use ProcWin v1.6 (my build) or TaskInfo2000 v2.1. Dependency Walker in profiling mode will also reveal module load addresses. Or try a different codec pack. If it works, great. If the error is different, it's probably the codec; keep trying. If the error is the same, it could be WMP7's AVI file parser or splitter; not good, the file is invalid or otherwise incompatible.
  7. Posted messages have different priorities. Draw messages are higher than paint messages. Too many draws will block painting, sometimes until another action causes a paint message to be sent.
  8. Please clarify interfaces used for each drive.
  9. Usb, Firewire, or eSata? Don't hotplug the drive; only dis/connect when system is powered down.
  10. Ntfs has continued to evolve since the last versions of all 9x-compatible tools. You must reformat the drive to an earlier version of Ntfs using NT4 or similar. Others options include: networking to the drive (installed in another computer or NAS box); run Linux or similar in a VM inside 9x.
  11. Not easily. Least effort would be to manually install, then backup for future restoration.
  12. Subst causes Windows to use DOS compatibility mode. That was okay for my aging 98se box for many years.
  13. Shell32.dll has corruption in the Import tables. First entry, so probably the fault of UPX or other compression.
  14. Perhaps. Please provide a document and code sample.
  15. I'm still having trouble getting changes applied to the pif, like W98 is buffering a la ini files. But did finally get CoE to set 10h at 63h.
  16. It's just where it should be in the 386 section. Follow the 16-bit chain of headers to find the 386 section. Chain starts at 171h as legacy section header actually follows its data. Header struct (size 22d/16h): Char [16d/10h] - szSectionName Word Next, dataOffset, dataLength You have an extra 16h+6h in your section calculation. Maybe an extra 286 section that mine (98 and ME) don't have? (Sorry, can't post files from pc now.)
  17. 1B0h in my pif tests on 98: Fc/b y.pif z.pif Will try again on ME. Update: Close on Exit is 01h at 1B0h on 98 and ME, so !Suggest must be 04h at same on both.
  18. Try profiling it in Dependency Walker for clues as to which module is causing it to abend.
  19. You're running in full-screen and don't want to be interrupted by Windows, so for best performance you should be in MS-DOS mode. 1. Don't dismiss the dialog! Run the wizard to create a new shortcut. 2. Use the other tabs to set better options. 3. Install a program that will click the buttons for you. 4. Use a different VM to run the more challenging DOS programs.
  20. Means at least 3 ( >= 3 ).
  21. Or after 12/31/2107. All other dates get wrapped into that range. This is correct for FAT partitions.
  22. Patching the import table is easy.
  23. Thanks. My cd's aren't at hand, and extra folders didn't get copied to disk....
  24. But you just called it a: And was your first response about FE or SE?
×
×
  • Create New...