Hi,

Is there anyone know how to open xll without excel? I have a c++ program
that need to access a function inside an xll, it produce an error
"xlcall32.dll not found" when I call LoadLibrary().

It seems that the xll need to link to xlcall32.dll to solve some symbols. Is
it possible that I create my own xlcall32.dll that provide those symbols? If
yes, which symbols should I produce?

Thank you very much for any help!

Leo