Hi all,
I had an application which linked with Win7's powrprof.dll.
However, when I ran it on WinXP, it arised a error message box which telling me it's unable to find _except_handler 4_common in msvcrt.dll.
I found that Win7's powrprof.dll is statically linked with Win7's msvcrt.dll, but on WinXP, msvcrt.dll didn't have _except_handler 4_common symbol.
Since my application needs to be run both on WinXP/Win7 and functions I called were located in Win7's powrprof.dll. What can I do now? Is there any solution?
Thanks for your attention.
WT
I had an application which linked with Win7's powrprof.dll.
However, when I ran it on WinXP, it arised a error message box which telling me it's unable to find _except_handler 4_common in msvcrt.dll.
I found that Win7's powrprof.dll is statically linked with Win7's msvcrt.dll, but on WinXP, msvcrt.dll didn't have _except_handler 4_common symbol.
Since my application needs to be run both on WinXP/Win7 and functions I called were located in Win7's powrprof.dll. What can I do now? Is there any solution?
Thanks for your attention.
WT
Comment