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. cannot run on windows95??

cannot run on windows95??

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 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.
  • L Offline
    L Offline
    lucy 0
    wrote on last edited by
    #1

    I have a program which read the serial port. I have it running okay on Windows 2000, but when I tried on Windows95, this is the error message I got: "Linked to missing export KERNEL32.DLL:Cancello" "A device attached to the program is not functioning" What can be wrong? TIA!

    C 1 Reply Last reply
    0
    • L lucy 0

      I have a program which read the serial port. I have it running okay on Windows 2000, but when I tried on Windows95, this is the error message I got: "Linked to missing export KERNEL32.DLL:Cancello" "A device attached to the program is not functioning" What can be wrong? TIA!

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      the program uses a function that is not available in the Win95 kernel. -c


      Image tools: ThumbNailer, Bobber, TIFFAssembler

      L 1 Reply Last reply
      0
      • C Chris Losinger

        the program uses a function that is not available in the Win95 kernel. -c


        Image tools: ThumbNailer, Bobber, TIFFAssembler

        L Offline
        L Offline
        lucy 0
        wrote on last edited by
        #3

        thank you! :rose: I will let my partner know that I am not supporting Windows95 then. X|

        J 1 Reply Last reply
        0
        • L lucy 0

          thank you! :rose: I will let my partner know that I am not supporting Windows95 then. X|

          J Offline
          J Offline
          Joan M
          wrote on last edited by
          #4

          If you want, you can try to use Rational Purify Plus in order to check which functions are used by your application that are usupported for Win95, you can download the demo version and check it. Else you can check it by yourself by checking all the functions used in MSDN in order to know the OS required for that function... There are a lot of ways to know which OS you are using (where your app has been installed) and you could write an application that work in different ways depending on the OS. Hope this helps.

          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