i have created the 64bit math1.dll on my machine using visual studio 2015 by using c programming. i copy that dll file into another machine and I try to access it through vba7 but it shows file not found error .
after that I tried the following command into cmd :
c:\windows\System32>%windir%\System32\regsvr32.exe %windir%\System32\math1.dll
Then it shows following message box error message box
My machine configuration : Operating system :Windows 8.1 Processor :intel(R) core(TM)i5-4460 CPU @3.20 gHz
Another machine configuration Operating system :Windows 8.1 Processor :intel(R) core(TM)i7-4600U CPU @2.10 GHz 2.70 GHz
My question is how can I access that math1.dll file into Microsoft excel office 2013 64bit in vba7?