开发者

The procedure entry point_except_handler4_common could not be located in the dynamic link library msvcrt.dll

开发者 https://www.devze.com 2022-12-09 09:18 出处:网络
As I had feared some of our old VB6 projects are not playing nice with Windows 7. Some of our customers have already upgraded and our one product is returning this error every time you run the executa

As I had feared some of our old VB6 projects are not playing nice with Windows 7. Some of our customers have already upgraded and our one product is returning this error every time you run the executable:

The procedure entry point_except_handler4_common could not be located in the dynamic link library msvcr开发者_如何学编程t.dll

First thing I tried was creating a .local in the folder so it uses all the DLL and OCX files packaged with the product. That didn't do anything, though I'm not sure if this .local trick still works in Win7.

Tried turning on compatibility for several previous versions of Windows, that had no effect either.

Hopefully someone else has some more suggestions, as my Google-Fu has failed me on this one.


When start prg. A.P.CS5 on screen get pop up window with message: The procedure entry point handler4 common could not be located in the dynamic link library msvcrt.dll.

I solved it this way:
FOR XP:
Search to folder/C:windovs/system32, found icon dwmapi.dll, once found, rename to 1dwmapi.dll (or whatever, just rename it so that you can find it later if you need it for some reason) - problem solved!

0

精彩评论

暂无评论...
验证码 换一张
取 消