Re: from elsewhere, an assembler



<rhyde@xxxxxxxxxx> wrote:
: Well, that's a good spot better than having them wait for me to
: completely rewrite the code. That's assuming, of course, that they
: want to take advantage of the new APIs for some reason. In reality,
: almost every OS upgrade I've seen (including Vista, thus far) tends
: to preserve the old APIs except in rare cases. E.g., every HLA
: program I've written seems to run just fine under Vista, without as
: much as a recompile.

Vista supposedly drops 16-bit support altogether.

When XP came out, while it's not API's per se for the applications,
the APIs(?) for the device drivers changed. I've got some devices
that work on Windows 3.1, W9x, NT3.5, and NT4 BUT fail on
W-XP (perhaps they are 8/16-bit drivers or perhaps they employed
a different device driver API?). Two of the devices are external disk
drives that hook up through a parallel port.

--
Jim Carlock
Post replies to the group.


.



Relevant Pages

  • Re: from elsewhere, an assembler
    ... want to take advantage of the new APIs for some reason. ... almost every OS upgrade I've seen (including Vista, ... the APIsfor the device drivers changed. ... parallel port. ...
    (alt.lang.asm)
  • Re: from elsewhere, an assembler
    ... want to take advantage of the new APIs for some reason. ... almost every OS upgrade I've seen (including Vista, ... the APIsfor the device drivers changed. ... W-XP (perhaps they are 8/16-bit drivers or perhaps they employed ...
    (alt.lang.asm)
  • Re: OS/2 mentioned in a Vista review
    ... The installation of device drivers was the major one that pops to mind. ... You can also install it in a classic way in 2K (and XP, and 2003 and Vista) by ... : full-screen apps. ... Windows is the ability to set the priority ...
    (comp.os.os2.misc)
  • Re: Windows operating systems
    ... First and foremost, if the specific computer model in question was designed specifically for Vista, there may well be no WinXP-specific device drivers available to make the computer's diverse components work properly. ... After backing up any data you wish to transfer to the new OS installation, simply boot from the WinXP installation CD. ...
    (microsoft.public.windowsxp.general)
  • Re: SendKeys under Windows Vista with VB3
    ... 32-bit apis. ... The old 16 bit User library is definitely no longer provided in Vista, and if VB3 cannot use the 32 bit library then the OP cannot of course use the KeyBd event or indeed any other API funcion, which also rules out subclassing the keyboard, which is the other method I might have suggested. ... And if he wants to also allow the equivalent of Shift Tab then he can test for the Shift key in the Keyown event. ...
    (microsoft.public.vb.general.discussion)