Page 1 of 1
CULA.dll runtime error finding culaSgetri

Posted:
Mon Nov 23, 2009 10:41 pm
by ssylee
Re:CULA.dll runtime error finding culaSgetri

Posted:
Tue Nov 24, 2009 6:25 am
by john
Re:CULA.dll runtime error finding culaSgetri

Posted:
Thu Nov 26, 2009 10:05 pm
by ssylee
Re:CULA.dll runtime error finding culaSgetri

Posted:
Fri Nov 27, 2009 4:53 pm
by kyle
Hi ssylee,
I just did a quick check using [url="http://www.dependencywalker.com/"]dependency walker[/url] and can confirm that there is an entry point for 'culaSgetri()' in both the 32 and 64 bit CULA Premium DLLs available in the latest 1.1 release posted to the webpage.
As John mentioned, Windows will first look in the working directory for DLL linking. Try copying the cula.dll (from CULA Premium) into the same folder as your executable. If this works, it will indicate that there is still a rogue CULA basic that you are linking against.
-Kyle
Re:CULA.dll runtime error finding culaSgetri

Posted:
Fri Nov 27, 2009 10:50 pm
by ssylee
After checking the dlls, I have realized that I have been linking with the dlls in the same folder of the Visual Studio project, not the ones in the CULA installation folder. As a result, I was indeed linking with the basic version of the dlls until I fixed it. Thanks for your help about it.
Re:CULA.dll runtime error finding culaSgetri

Posted:
Sat Nov 28, 2009 9:05 am
by kyle
Great! Glad we would help you resolve this issue.