1. Suhas Shravagi
  2. PowerBuilder
  3. Friday, 7 August 2020 08:15 AM UTC

I am trying to implement DLL Redirection for my 32-bit PowerBuilder desktop application (developed in R3) in below way:

- Created a application.exe.local file

- Created a new DWORD key called DevOverrideEnable at HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options and set it to 1.

Now, when I am trying to trigger the application.exe, I am getting below error on Win10:

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Program Files (x86)\application_folder\application.exe

R6034

An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.

---------------------------
OK
---------------------------

I have msvcp80.dll, msvcp100.dll, msvcr80.dll, msvcr100.dll in the application installation directory (C:\Program Files (x86)\application_folder\).

I am not clear how to get rid of this error. Can I remove the above DLLs from the application installation directory? Or is there any other way to address this issue?

Accepted Answer
Suhas Shravagi Accepted Answer Pending Moderation
  1. Thursday, 17 September 2020 13:41 PM UTC
  2. PowerBuilder
  3. # Permalink

I removed above files from the application directory and the error is resolved now. The application is also working properly. Thanks for the help!

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Thursday, 13 August 2020 14:38 PM UTC
  2. PowerBuilder
  3. # 1
Comment
There are no comments made yet.
Suhas Shravagi Accepted Answer Pending Moderation
  1. Thursday, 13 August 2020 11:14 AM UTC
  2. PowerBuilder
  3. # 2

Can someone help here? When I removed these DLLs, it worked fine. But not sure whether this is the correct solution.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.