ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   C## vs. C++ Excel Add-ins (https://www.excelbanter.com/excel-programming/423707-c-vs-c-excel-add-ins.html)

McRolin

C## vs. C++ Excel Add-ins
 
Hello,
I've built Excel user functions with VC++6 and load them as *.xla. Can
the C## handle heavy math and build good add-ins for Excel?

Thanks,

Roger


Charles Williams

C## vs. C++ Excel Add-ins
 
The problem with c# functions and Excel is that they go through the interop
layer which is slower than molasses.

If you want to go this route and need performance then I would recommend
using a third-party product that bypasses the Interop layer and internally
uses the C API for communication between Excel and .Net.

Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"McRolin" wrote in message
...
Hello,
I've built Excel user functions with VC++6 and load them as *.xla. Can
the C## handle heavy math and build good add-ins for Excel?

Thanks,

Roger





All times are GMT +1. The time now is 03:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com