|
From: Luigi B. <lui...@gm...> - 2005-02-11 08:45:55
|
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 =20
settings. I don't have .NET, but there should be a project setting (on VC6 =
=20
it used to be under 'C++/Code generation') letting you choose the run-time =
=20
library to use. You should have the alternative between depending on DLLs =20
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.
|