Serving the Quantitative Finance Community

Search found 2 matches

by bsv
June 4th, 2002, 2:41 pm
Forum: Programming and Software Forum
Topic: Excel C++ dll add-on performance issues
Replies: 1
Views: 189851

Excel C++ dll add-on performance issues

<t>Hello there,I have a performance problem relating to Excel with a C++ dll. Here is my point:I compile a dll with a simple function ( such as: sum by a loop ) then I open Excel , launch a simple vb macro to call this function.I try to compare the elapsed time to run it with excel ( VB + dll ) and ...
by bsv
June 4th, 2002, 2:34 pm
Forum: Programming and Software Forum
Topic: Efficiency issue relative to Excel/VC++ dll
Replies: 5
Views: 190512

Efficiency issue relative to Excel/VC++ dll

<t>Hello there,I have a performance problem relating to Excel with a C++ dll. Here is my point:I compile a dll with a simple function ( such as: sum by a loop ) then I open Excel , launch a simple vb macro to call this function.I try to compare the elapsed time to run it with excel ( VB + dll ) and ...