Replies: 1 comment 4 replies
-
The xlOil.h header file is autogenerated during the release build and staging process. I've realised this isn't very convenient for building static XLLs, so I have changed this to be part of the TestAddin build (this change is in the tip of the 0.17 branch). This should allow you to duplicate the TestAddin project and get an XLL build working. I will also make a change to the build scripts (which currently build all the python binaries) to make it easier to stage the only the C++ binaries. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following to make XLL sample. I tried to do something, but I have failed ( cause I am a newcomer in VC++.)
Please help what I need to fix.
I want to do below section from DOC.
But, I fails to resolve from include error.
Even though I compare between "TestAddin" which is mentioned Alternative method and "my-NewTestAddin" as new project, I cannot catch what I have to do.
I have old module using Excel-Dna(c#), So I thought I could make xll module.
It is not easy to make xll of c++ version.
For your review, I add my test solution.
https://github.com/theangkko/xlOil_try
_
Beta Was this translation helpful? Give feedback.
All reactions