Question

I create *.xll with XLW lib. But it work only on build computer. If i rebuild my project on other computer xll work on it, but not my computer. Anybody have idea from this problem.

Was it helpful?

Solution

This sounds like a classic case of you needing to deploy the runtime libraries of your tools to the machines which run the software. Your dev machines will have the necessary runtimes already. Exactly how to do that depends on which compiler you are using. The quick and dirty approach would be to link statically to the runtime.

OTHER TIPS

If you use http://xll.codeplex.com the default is to link with static libraries. Should work on any machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top