Home > database >  A bailout -- pb12 development program cannot run under Windows xp
A bailout -- pb12 development program cannot run under Windows xp

Time:09-20

A bailout -- pb12 development under xp system can't run, tips are as follows:
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Travelerp. Exe - cannot find the entrance to the
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Can't locate the program input point _except_handler4_common in the dynamic link library MSVCRT. DLL,
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Sure
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

But running under the Windows 7 can be very frustrating, with pb for many years before, were pb8, this project was developed by using pb12, unexpectedly encountered this problem, hope pb tell the next fellow useful, thanks a lot, dear brother!

CodePudding user response:

Look at the XP is a 64 - bit,
if it is, without a solution

If it is 32 bit, should be the problem of dynamic libraries, has been tested and PB12 program there is no question of under XP


Also, have a look at whether the code has to do with you

CodePudding user response:

Thank you for your upstairs brother!
Oddly, this is no problem in the development of pb12 environment, I under the xp installed pb12, then ran all no problem, but can not be compiled into an.exe, popped up on the above problems, the compiled program only can run under Windows 7, but the client computer is very old, can't be upgraded to Windows 7

CodePudding user response:

Should be the problem of dynamic link library, doubt is missing one or more dynamic libraries

CodePudding user response:

Lack of dynamic link library, I remember you need at least 12 DLL file, put them all on exe a folder is ok,

CodePudding user response:

You put all the dynamic library copy past is ok? dizzy

CodePudding user response:

Can't locate the program input point _except_handler4_common in the dynamic link library MSVCRT. DLL on

Posted on the 2010-07-05 Lin Guangyan reading comments (185762) (0) then edit collection
Recently, a variety of software is the emergence of a startup of the error message "unable to locate the program input point _except_handler4_common in the dynamic link library MSVCRT. DLL",

This tip is: Windows Xp system; Software includes: Windows live writer, 2009 Windows messenger 2009, firefox 3.5 is new version, such as

After the prompt, click ok, it doesn't affect the use of the program, the cause of the problem is, in fact, Microsoft's own problem, is Microsoft's Vista sequela,

In Vista, there's a pretty cool features, is the "thumbnail program", a bit of a 3 d effect, this functionality, call the dwmapi. DLL this library, and dwmapi. DLL and cited MSVCRT. _except_handler4_common functions in a DLL,

In the XP system, however, the system's own MSVCRT. DLL and the Vista MSVCRT DLL version, and don't have the _except_handler4_common, results in the launcher, the "unable to locate the program input point _except_handler4_common in the dynamic link library MSVCRT. DLL" error,

The solution:

Under the c: \ Windows \ system32 dwmapi. DLL name, for example: instead of dwmapi. DLL. Bak,
  • Related