Visual Studio Code – Using VS C++ functions in Inno Setup
I'm trying to replace some functions made in LazarusLib with functions written in C++ for Inno Setup installer. So I created a Dynamic-Link Library (DLL) project in Visual studio and added the following code: InstallerFunctions.h: extern "C" { __declspec(dllexport) bool…