Replies: 3 comments 7 replies
-
Hi @lukedays You may want to try https://docs.microsoft.com/en-us/cpp/parallel/concrt/parallel-algorithms?view=msvc-170#parallel_reduce in your C++ example. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@lukedays what build errors are you getting? Are you building the whole of xlOil from source? I haven't updated the C++ binary releases in a while... let me do that... |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yes, I tried to do a static build of TestAddin with an old release (0.12).
There were some headers missing (ATL, etc). But I guess the plugin method
should be easier. Let me know when you post the new binaries so I can try
again.
Em sex, 26 de ago de 2022 12:15, Steven ***@***.***> escreveu:
… @lukedays <https://github.com/lukedays> what build errors are you
getting? Are you building the whole of xlOil from source? I haven't updated
the C++ binary releases in a while... let me do that...
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC6OUYY3TUSNSXZSUZWB3DV3DNQFANCNFSM57TSAK5A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to gather benchmarks for the main possible ways to create Excel UDFs. I included xlOil (great performance!) and plan to do a post on LinkedIn.
I tried to compile the C++ version of xlOil, but ran into several errors. Do you have any tips?
https://github.com/lukedays/excel-benchmarks
Beta Was this translation helpful? Give feedback.
All reactions