Re: what do I need to make run an xll ?
Posted by Luigi Ballabio on Feb 11, 2005; 12:48am
URL: http://quantlib.414.s1.nabble.com/Re-Quantlib-users-what-do-I-need-to-make-run-an-xll-tp10719p10728.html
On 02/10/05 10:20:51, JOSHI, Mark, Group Risk Mgmt wrote:
> We've come across this problem with xlls built under visual C++ .net .
> There are a couple of dlls that the xll requires and returns
> a library not recognized error if you don't have them.
Mark,
did you download the xll binaries, or did you build it yourself?
In the latter case, you might want to try changing some compilation
settings. I don't have .NET, but there should be a project setting (on VC6
it used to be under 'C++/Code generation') letting you choose the run-time
library to use. You should have the alternative between depending on DLLs
or linking the run-time library statically.
Hope this helps,
Luigi
----------------------------------------
Weiler's Law:
Nothing is impossible for the man who doesn't have to
do it himself.