Page 1 of 1

C++ Redistributables Required

PostPosted: Sun Nov 26, 2023 7:27 pm
by TimStone
Until this past year, my builds with FWH, Harbour, and MSVC never required me to install the Microsoft C++ Redistributables. Now I must install both the current pair ( 32 & 64 bit ), and the 32 bit Version 12.

Is there a tool I can use to see what, in my application, now requires these ? It all started when I completed a major upgrade to my software application, so something I may have added could be the cause, or it could be that the Visual Studio 2022 now requires this with it's libraries.

Your thoughts are appreciated.

Re: C++ Redistributables Required

PostPosted: Sun Nov 26, 2023 7:34 pm
by Antonio Linares
Dear Tim,

Could you please send me your old EXE and the current one using https://wormhole.app/ ?

I want to compare the required external DLLs for both EXEs

thank you