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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. My app. under Win98? Problem with DLL's

My app. under Win98? Problem with DLL's

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++questionannouncement
3 Posts 2 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.
  • W Offline
    W Offline
    whofmans
    wrote on last edited by
    #1

    Hi, I have programmed a MFC application under Win XP, and now i try to run my app on Win98. I have copied the following files to the win98 system dir: MFC42.dll, msvcp60.dll, msvcrt.dll I get the following error: The MSVCRT.DLL file is linked to missing export NTDLL.DLL RtlGetNtVersionNumbers With Dependency Walker i see that the version of ntdll.dll not correct is for my app. When i copy a newer version of ntdll.dll to the system dir, windows doesnt start correctly. Have i copied the wrong MSVCRT.DLL? Which DLL's do you normally use? Thanks for helping me! Willem

    T 1 Reply Last reply
    0
    • W whofmans

      Hi, I have programmed a MFC application under Win XP, and now i try to run my app on Win98. I have copied the following files to the win98 system dir: MFC42.dll, msvcp60.dll, msvcrt.dll I get the following error: The MSVCRT.DLL file is linked to missing export NTDLL.DLL RtlGetNtVersionNumbers With Dependency Walker i see that the version of ntdll.dll not correct is for my app. When i copy a newer version of ntdll.dll to the system dir, windows doesnt start correctly. Have i copied the wrong MSVCRT.DLL? Which DLL's do you normally use? Thanks for helping me! Willem

      T Offline
      T Offline
      Tal Rashas Guardianship
      wrote on last edited by
      #2

      you can link your program statically with MFC

      W 1 Reply Last reply
      0
      • T Tal Rashas Guardianship

        you can link your program statically with MFC

        W Offline
        W Offline
        whofmans
        wrote on last edited by
        #3

        giant_hao wrote: you can link your program statically with MFC I have tried it, but then i get the error "Failed to create empty document", I get this error on the XP machine where i compiled the application. If i link the app normally, then the app runs fine!(under XP)

        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