Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Compatabilty between windows 95 &windows 98 device drivers

Compatabilty between windows 95 &windows 98 device drivers

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Neha marwaha
    wrote on last edited by
    #1

    I would like to know about the Compatabilty between windows 95 &windows 98 device drivers. Can a device driver running on win95 successfully be run on win98 without any upgradation? Can the device drivers be used on both the platforms interchangeably? TELL ME WHY

    A 1 Reply Last reply
    0
    • N Neha marwaha

      I would like to know about the Compatabilty between windows 95 &windows 98 device drivers. Can a device driver running on win95 successfully be run on win98 without any upgradation? Can the device drivers be used on both the platforms interchangeably? TELL ME WHY

      A Offline
      A Offline
      Alexander M
      wrote on last edited by
      #2

      The biggest difference between windows 95 and 98 is that 98 supports plug and play (WDM drivers) and 95 does not. That would mean that you can use win95 drivers for windows 98, but not vice versa (should be the same with NT and 2k). Don't try it, just do it! ;-)

      N 1 Reply Last reply
      0
      • A Alexander M

        The biggest difference between windows 95 and 98 is that 98 supports plug and play (WDM drivers) and 95 does not. That would mean that you can use win95 drivers for windows 98, but not vice versa (should be the same with NT and 2k). Don't try it, just do it! ;-)

        N Offline
        N Offline
        Neha marwaha
        wrote on last edited by
        #3

        Thanks Alexander. Would also like to know : How to write device drivers compatible with both Win 95/98 – resources, steps, what development tools are needed, etc. If you could please guide further. Thanks & Regards Neha Tell me why

        M A 2 Replies Last reply
        0
        • N Neha marwaha

          Thanks Alexander. Would also like to know : How to write device drivers compatible with both Win 95/98 – resources, steps, what development tools are needed, etc. If you could please guide further. Thanks & Regards Neha Tell me why

          M Offline
          M Offline
          MMansonFan25
          wrote on last edited by
          #4

          Your best bet would be to look at the Windows DDK and samples to learn about specific platform differences. Knowledge of assembly and C are helpful.

          1 Reply Last reply
          0
          • N Neha marwaha

            Thanks Alexander. Would also like to know : How to write device drivers compatible with both Win 95/98 – resources, steps, what development tools are needed, etc. If you could please guide further. Thanks & Regards Neha Tell me why

            A Offline
            A Offline
            Alexander M
            wrote on last edited by
            #5

            Have a look at the Windows DDK. When you want to use the same driver for Win98 and Win95, you can't use WDM. The Windows DDK includes the headers, libs, docs and a compiler for the source code. But I'm not sure if the Win95 DDK still exists since Microsoft stopped the support for this product some time ago. Don't try it, just do it! ;-)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups