
jumper
MemberContent Type
Profiles
Forums
Events
Everything posted by jumper
-
And hardware?
- 16 replies
-
What are the system requirements?
- 16 replies
-
MS Shell Dlg font size is too small. Can it be changed?
jumper replied to hawkman's topic in Windows XP
Advanced->General->Display->Font Size:Large Fonts (or Other... for custom sizes) It defaults to Small:96dpi. Large is 120dpi. Other... shows a ruler to help in selecting a custom dpi. -
An NT version of Wsock32.dll lacking WsControl:1001 got installed. Restoring the previous 9x version should fix those errors. Because this is a demo that only installs in the past, all testing must also be done in the past.
-
Serpent/Mypal 68 on Windows XP SP1 (and older Windows versions?)
jumper replied to Uncle Captain's topic in Windows XP
As a failure stub, the number of parameters (1, not 2) don't match and it will never return FALSE as needed. Try FindNextFileA instead. -
Win95 vs 98/ME(patched ME) Dos-Prompt interrupt access
jumper replied to awkduck's topic in Windows 9x/ME
Under Windows, DOS apps run in a virtual machine that has a command console user interface. That VM can make software interrupt calls into the BIOS. DOS drivers usually install as Int21h sub-functions. -
Win95 vs 98/ME(patched ME) Dos-Prompt interrupt access
jumper replied to awkduck's topic in Windows 9x/ME
What is "Dos-Prompt interrupt access"? -
> Can you solution work where the venue doesn't have WiFi? Would the HDMI wireless receivers (to plug into the projector) work in this solution? Ad-hoc wifi might work, or use you phone to create a private hotspot. Roku or Firestick could act as receiver. > ...the only common denomination being an HDMI port/cable to plug [into] my laptop ... placed near me instead of near the HDMI port/cable. An HDMI extension cable? > And just to add - the receiver/transmitter packages are not a via solution due to the transmitters power supply requirement (normally 2A) which my laptop can not provide. AC power adapter or powerbank. You could also do the PP presentation on a Chromebook or even your phone and cast it to a Chromecast. Or iPhone to Roku!
-
Correct. COPYCMD is only for specifying file overwrite parameters /Y and /?. It is also used by XCOPY and MOVE, not just COPY.
-
You have a cpu-incompatible version of ucrtbase.dll on your system.
-
So you want to mirror your screen--VLC can do that via DNLA by selecting screen:// as the streaming source. DLNA is the only wifi-casting technology supported by XP. VLC can stretch it to its limits. Otherwise you will need a hardware-only solution such as wireless HDMI (transmitter and receiver pair). You can also record (or covert) your PowerPoint to a movie and stream that with VLC, pausing as needed during the live presentation.
-
Use DLNA and VLC for media; screen:// as source to mirror.
-
The GPU is the chip on the card, not the video card itself. Each video card is a bus-master device so each GPU can directly access main memory while running its own code, just like the CPU. Each display driver gets a slice of CPU time to refill the GPU instruction and data pipelines so it can keep running concurrent to other GPUs and the CPU. Later NT versions have the equivalent of drivers for each CPU/core/hyperthread built into the OS. Windows 9x and earlier do not so can only make use of one CPU core. ATI didn't fully overcome the one-core CPU bottleneck--the display drivers still use it. But by creating powerful multiple GPU/core subsystems with lots of private, higher performance RAM, they were able to off-load most of the complex graphics rendering from the single, shared CPU.
-
Copy folders to another partition with XP keeping the date
jumper replied to Cixert's topic in Windows XP
Moving a folder tree on the same volume should retain creation and modification dates. Moving to another volume is a copy/delete operation and the OS will give all items new creation dates. This could be post-processed by modifying the directory entries with low-level calls. Otherwise the system date and time would need to be temporarily changed as each item is moved. -
Last Version of Programs for Windows NT 4.0
jumper replied to Leokids123's topic in Windows 2000/2003/NT4
4.62 on 98 is the only combo I currently have. I recall having the same issue with 9 and 16 on 98se. I've downloaded some earlier versions (along with the source) and will test them on 98. -
Last Version of Programs for Windows NT 4.0
jumper replied to Leokids123's topic in Windows 2000/2003/NT4
I get "File system error (1026)" with 4.62 on Win98. NT5+ might be needed for drag and drop to work in any version. I'll try the older versions. -
The last updates don't solve his problem.
-
Last Version of Programs for Windows NT 4.0
jumper replied to Leokids123's topic in Windows 2000/2003/NT4
What versions have you tried? Maybe 3.13 or 4.20? -
Dependency Walker is not for drivers, so things might not be all that grim.
-
YouTube under Windows XP - Downloaders, players and browser support
jumper replied to AstroSkipper's topic in Windows XP
So SSE2 is required. For SSE, modification is needed. How is that done? > This can be set under Preferences. Thanks!- 123 replies
-
- YouTube
- youtube-dl
-
(and 2 more)
Tagged with:
-
YouTube under Windows XP - Downloaders, players and browser support
jumper replied to AstroSkipper's topic in Windows XP
Any minimum CPU requirements?- 123 replies
-
- YouTube
- youtube-dl
-
(and 2 more)
Tagged with:
-
Chrome 115 working on Windows XP 32 bit
jumper replied to sparty411's topic in Browsers working on Older NT-Family OSes
I'd prefer a "defuse" -- a "fix" should make it explode more often! -
Chrome 115 working on Windows XP 32 bit
jumper replied to sparty411's topic in Browsers working on Older NT-Family OSes
So it's good now for over a year. Then if the crash is at launch, open it the night before the five crash dates and leave it open. Or maybe set the system date back a day, launch, then correct the date? -
Remove the filename to get to the download folder, then click the link. Create a new topic on how Let's Encrypt is relevant to the Chromium problem.