excel vba - error to access dll file -


i have created 64bit math1.dll on machine using visual studio 2015 using c programming. copy dll file machine , try access through vba7 shows file not found error .

after tried following command cmd : c:\windows\system32>%windir%\system32\regsvr32.exe %windir%\system32\math1.dll

then shows following message box error message box

enter image description here

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 how can access math1.dll file microsoft excel office 2013 64bit in vba7?

in case missing dependent dll files, such visual studio 2015 c++ redistributable x64

if doesn't fix check dependency walker missing referenced dlls http://dependencywalker.com/

if fails check using sysinternals [procmon][2] confirm processing attempting open dll 64-bit, , name not foudn, access denied, or sharing violation errors related problem.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -