Problem with importing DLL into Inno-Setup
问题 I am importing an C++ DLL in an innosetup install script. The DLL code is as follows: void __stdcall SetFbParam(char *dbFileName,char *dbTableName,char *dbParamName,char *dbParamValue){ //of no use here and doesn't change anything} In the Innosetup, I import it using procedure FBset(dbFileName,dbTableName,dbParamName,dbParamValue: String;); external 'SetFbParam@files:MyDll.dll stdcall setuponly'; However, I always get a runtime error during launch of the installer, saying that it cannot