Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"