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. Visual Studio
  4. "Ordinal Not Found" message

"Ordinal Not Found" message

Scheduled Pinned Locked Moved Visual Studio
c++cssquestion
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.
  • D Offline
    D Offline
    David Crow
    wrote on last edited by
    #1

    I created a 32-bit MFC application using VS2008 on a Windows 7 64-bit machine. Runs as expected. I copy just the EXE over to a Windows 7 32-bit machine, which has the VS2008 Redistributable Package installed, and get:

    ---------------------------
    Ordinal Not Found

    The ordinal 7138 could not be located in the dynamic link library mfc90u.dll.

    Any idea on what's going on? - DC

    "One man's wage rise is another man's price increase." - Harold Wilson

    "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

    "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

    L 1 Reply Last reply
    0
    • D David Crow

      I created a 32-bit MFC application using VS2008 on a Windows 7 64-bit machine. Runs as expected. I copy just the EXE over to a Windows 7 32-bit machine, which has the VS2008 Redistributable Package installed, and get:

      ---------------------------
      Ordinal Not Found

      The ordinal 7138 could not be located in the dynamic link library mfc90u.dll.

      Any idea on what's going on? - DC

      "One man's wage rise is another man's price increase." - Harold Wilson

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I'm not sure what exactly the incompatibility is between the two versions, but if you get a copy of Dependency Walker[^], you should be able to find out what function 7138 refers to, and why it is missing from the other system.

      Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

      D 1 Reply Last reply
      0
      • L Lost User

        I'm not sure what exactly the incompatibility is between the two versions, but if you get a copy of Dependency Walker[^], you should be able to find out what function 7138 refers to, and why it is missing from the other system.

        Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

        D Offline
        D Offline
        David Crow
        wrote on last edited by
        #3

        Thanks Richard. I had already tried that. Although its red, I do see ordinal 7138 in the export list of MFC90U.DLL.

        "One man's wage rise is another man's price increase." - Harold Wilson

        "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

        "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

        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