Hi.
I'm trying to call the AL_matrix.dll addin from excel VBA, using C++ code from AlgLib and, VBA interface code along with excel example sheet, from Doug of newtonexcelbach (
http://newtonexcelbach.wordpress.com/20 ... for-excel/).
The instructions work for win7 running 32bit excel, but now i'm trying to implement with 64bit excel (running windows server 2008R2) and having problems. I changed the 'declare' statements in the vba code to include 'ptrsafe' (and ‘long’ to ‘longlong’) as outlined here;
http://msdn.microsoft.com/en-us/library/ee691831.aspx, but not managing to get the alglib addin appear in excel (from tab developer/addins).
Is it that AL_matrix.dll won't work on 64bit excel, or is there some registration or something else i need to do? I saved the AL_matrix.dll file in c:\windows\system32\, which my googling suggests should be the correct place for it.
Thanks for any advice.
Yug