Problems using a C++ Dll with Excel 2016 32bit
im looking for a solution, that a DLL is not running on Excel 2016 32bit. I’ve tried so much in the recent weeks, that i have no idea left. I only get it running on Excel 64bit, I have two different DLL’s for that. I use Visual Studio 2022, but have also tried it to compile in VB 2017. I’m getting Runtime Error 453 “Cant find entry point in dll”. If i use the declatarion with the path “Private Declare Function crypt32 Lib “Pathcrypt32.dll” Alias “_crypt32@4″ (ByVal inputs As String) As String”, i get Runtime error 53 “Cant find file”.