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. debug mydll.dll works fine, releaseminsize doesn't

debug mydll.dll works fine, releaseminsize doesn't

Scheduled Pinned Locked Moved C / C++ / MFC
questiondebugginghelpannouncement
3 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.
  • S Offline
    S Offline
    suninwater
    wrote on last edited by
    #1

    Hi, guys: I've developed a dll which need several other dll's. It's OK when I "regsvr32 mydll.dll" and it works perfectly. But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". What's wrong with the releaseminsize version ? How can I get it working? TIA -gusd

    D D 2 Replies Last reply
    0
    • S suninwater

      Hi, guys: I've developed a dll which need several other dll's. It's OK when I "regsvr32 mydll.dll" and it works perfectly. But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". What's wrong with the releaseminsize version ? How can I get it working? TIA -gusd

      D Offline
      D Offline
      Dominik Reichl
      wrote on last edited by
      #2

      Perhaps this article helps you: http://www.codeproject.com/debug/survivereleasever.asp[^] Dominik


      _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

      1 Reply Last reply
      0
      • S suninwater

        Hi, guys: I've developed a dll which need several other dll's. It's OK when I "regsvr32 mydll.dll" and it works perfectly. But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". What's wrong with the releaseminsize version ? How can I get it working? TIA -gusd

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

        suninwater wrote: It's OK when I "regsvr32 mydll.dll" and it works perfectly. Is this a "debug" version? suninwater wrote: But, the releaseminsize version give me "LoadLibrary(mydll.dll) failed - unspecified error". Does this happen with all "release" versions?

        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