質問

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.

役に立ちましたか?

解決

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.

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top