Jump to content

Pin Head

Members
  • Posts

    3
  • Joined

  • Last visited

Pin Head's Achievements

ISF Newbie

ISF Newbie (1/5)

  1. I'm happy to help. It was simple to track down the cause of the issue since I had a reproducible scenario at hand. It's considerate of you to add a work-around so quickly, especially considering this isn't really ImgBurn's bug.
  2. The ASCII string "SVRAPI.DLL" does not appear in the unpacked 2.5.5.0 ImgBurn.exe, but does appear in the unpacked 2.5.6.0 ImgBurn.exe.
  3. The error comes from ImgBurn, but it's not really ImgBurn's fault. I ran into a similar symptom running ImgBurn under WinXP 32-bit. In my case, the missing dynalink error dialog box on ImgBurn startup was caused by a copy of the Win9x-specific SvrAPI.dll in the c:\Windows\system32\ directory. SvrAPI.dll dynalinks to the Win9x Kernel32.dll's ConvertToGlobalHandle() API. But the Kernel32.dll of NT-based Windows OSes, like WinXP and Win7, doesn't export ConvertToGlobalHandle(). So if you try to load the Win9x SvrAPI.dll on an NT-based Windows OS, you get a missing dynalink error dialog box. Removing c:\Windows\system32\SvrAPI.dll, which is not used under NT-based Windows OSes, fixes the problem. Under Win9x, SvrAPI.dll exports the subset of the Net...() APIs available on that platform. Under NT-based Windows OSes, NetAPI32.dll exports a much fuller set of the Net...() APIs. ImgBurn, correctly, attempts to explicitly load some OS-specific DLLs via LoadLibrary(), like SvrAPI.dll and NetAPI32.dll. This issue is not really a bug in ImgBurn since SvrAPI.dll should typically not be installed on an NT-based Windows system. However, ImgBurn could work around this issue by attempting to load NetAPI32.dll first and only attempting to load SvrAPI.dll after NetAPI32.dll fails to load. It looks like the explicit loading of SvrAPI.dll was added in ImgBurn 2.5.6.0. ImgBurn 2.5.5.0 does not attempt to explicitly load SvrAPI.dll, and so does not generate the missing dynalink error dialog box. LIGHTNING UK!, thank you for a really great program. ImgBurn's combination of power and ease-of-use is a testament to its excellent design.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.