> > There is a little new feature in Visual Studio 2019, which reduces the space > needed for the metadata used for exception handling. But that causes an extra > dependency to VCRuntime140_1.dll, which is new since 2019. But as that DLL > may be missing on client computer, we disable this feature. This removes the > dependency and allows us to relay on the DLLs you already need to have. If > FileMaker Pro application runs, the plugin should also load just fine. > https://devblogs.microsoft.com/cppblog/making-cpp-exception-handling-smaller-x64/ > > For developers the dependency is for __CxxFrameHandler4 function in > VCRuntime140_1.dll. You can disable it by using -d2FH4- as a compiler option > and -d2:-FH4- for linker option. Also it looks like you have to not use > std::nothrow as that also depends on that DLL. > >
Hi Christian, the problem has arisen in late 2018, this is from a mail I sent to my FileMaker Runtime users where an error message shown described the missing dll: In some installations of different versions of Windows a bundle of libraries is missing. This leads to an error message when first trying to run applications that need these resources. Microsoft has provided a download page on their website. https://www.microsoft.com/en-us/download/details.aspx?id=48145 Two versions of this Updater are available: vc_redist.x64.exe.zip for 64-bit Windows systems vc_redist.x86.exe.zip for 32-bit Windows systems 1. download the appropriate zip-archive 2. extract the vc_redist_xXX.exe to your system 3. run the extracted exe-file 4. restart your computer Now everything should work as expected. Mit freundlichen Grüßen Holger Herbst -- Dipl.-Ing. Holger Herbst digitalanswers communications consulting gmbh Am Steinweg 8 30952 Ronnenberg Germany Tel.: +49 5108 91364-0 Mobil: +49 170 29 55 876 _______________________________________________ [email protected] mailing list %(list_address)s https://ml-cgn05.ispgateway.de/mailman/listinfo/mbsfmplugin_monkeybreadsoftware.info
