FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error with Dll.
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Error with Dll.
Posted: Sun Dec 01, 2024 02:35 AM

I wrote a simple program to send texts based on a parameter I pass to the executable. ie. mcsqt.exe "Started Backup of Server". I have installed this on three servers, 2 2012 Windows Servers, and 1 2022 Windows Server. On the Windows 2022 server I get an error MSVCR122.Dll "The code execution cannot proceed because MSVCR120.dll was not found. Reinstalling the program my fix this problem". My program consist of an exe. dll, and ini file, there is no installation. Anybody run across this?

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 05:30 AM

Dear Byron,

Have you used MSVC to build the EXE ?

If so, how are you building it ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 06:45 AM

Bcc

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 07:24 AM

What DLL do you use from your app ? Is it just a resources DLL ?

If not, then you may need to provide MSVCR120.dll as requested. Probably it is used from the DLL.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 07:46 AM

Yes I am using libcurl.dll.

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 08:10 AM

ok, then probably libcurl.dll requires MSVCR120.dll

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 10:00 AM
hi,
byron.hopp wrote:I get an error MSVCR122.Dll "The code execution cannot proceed because MSVCR120.dll was not found.

if you need MSVCR120.dll (include in Visual C++ Redistributable Packages für Visual Studio 2013)
look here
https://www.microsoft.com/en-us/download/details.aspx?id=40784
greeting,

Jimmy
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: Error with Dll.
Posted: Sun Dec 01, 2024 04:04 PM

Thank you all, that did the trick. I installed the x86 version and all is good.

Thanks,

Byron Hopp

Matrix Computer Services

Continue the discussion