Please support our Pascal and Delphi advertiser: Programming Forums
![]() |
•
•
Join Date: May 2005
Posts: 41
Reputation:
Rep Power: 4
Solved Threads: 0
I've been creating a small program, thats work fine under windows xp, but fails on windows 2000 pro/server, and also windows 98.
I need the software to work on also windows versions, etc 95 and ME.
I can't install it as it is a check to ensure that various software has been installed before shipping out to customer, so having to run directly by floppy and usb.
any ideas? I'm using Delphi 6 at moment
thanks
mrmike
I need the software to work on also windows versions, etc 95 and ME.
I can't install it as it is a check to ensure that various software has been installed before shipping out to customer, so having to run directly by floppy and usb.
any ideas? I'm using Delphi 6 at moment
thanks
mrmike
•
•
Join Date: Jul 2005
Posts: 18
Reputation:
Rep Power: 4
Solved Threads: 0
If you have the time to spare, and a copy of the OS'es available, you can get vmware, which'll let you install the copies of previous versions of windows in a virtual machine - so it doesnt affect your existing hardware. Other than that, theres no way you can guarantee that the program will run properly - different versions of windows have too many coding differences to make it possible.
get vmware from www.vmware.com
if this isn't possible, then if you can find someone still using a copy of win95, thats the only way to do it!
S Bedford
get vmware from www.vmware.com
if this isn't possible, then if you can find someone still using a copy of win95, thats the only way to do it!
S Bedford
•
•
Join Date: Jul 2005
Posts: 18
Reputation:
Rep Power: 4
Solved Threads: 0
are you using components from the windows kernel or registry? the kernel has been updated on more recent versions of win2k to support the same features as xp. Theres more information about kernel changes at msdn. Thats the only reason I can think of as to why you get kernel errors - unsupported commands in older versions of the Windows kernel
![]() |
Similar Threads
Other Threads in the Pascal and Delphi Forum
- Make a VB Program run in the background? (VB.NET)
- VB program run in the Network (Visual Basic 4 / 5 / 6)
- Linker Error when program is run (Urgent help required Please") (C++)
- program won't run (C++)
- Getting an Older Program to Run on Windows XP (Windows tips 'n' tweaks)
- unknown harddrive error (Windows NT / 2000 / XP / 2003)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Getting a rollover menu in delphi
- Next Thread: Emulating a keyboard key press
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode