August 3rd, 2009, 7:24 pm
QuoteOriginally posted by: zhouxingIf you are really interested in C++ based approachI AM , I AM !!QuoteOriginally posted by: zhouxingIf you are really interested in C++ based approach one tool worth exploring is auto-XLL generation. i.e. given a C++ dll, the tool can generate a XLL wrapper for as much functions as possible (and, ideally, leave a hook for those cannot be auto converted).So what you're saying is that if I want to write C/C++ functions for Excel then I should write them in a DLL and use a third party tool to try to generate XLL wrappers from the resulting binary, INSTEAD of writing my C/C++ functions directly for Excel and just having the XLL wrappers generated automatically at compile time as part of the compilation process ?WOW, zhouxing ! The extent of your great wisdom on the subject of Excel UDF's never ceases to amaze me ! You truly have a 'unique' vision of Excel UDF development. QuoteOriginally posted by: zhouxingOne practical pain for many quants/quant dev is to wrap existing analytic libraries in order to expose its functionality to Excel. This usually involves mechanic creation lots of proxy functions either in VBA or a C++ wrapper. e.g. for a BS(....) function in a quant library, you need to create a corresponding BS(..) in VBA or C++ wrapper. This exercise is totally boring and low value add.Hmmmm I see what you mean. This awful convoluted process is illustrated hereOh, how rude of me, just going in and responding to your post. Who's question or query were you addressing anyway ?Edit: Corrected the link. Thanks to zhouxing for pointing this out
Last edited by
AlexesDad on August 2nd, 2009, 10:00 pm, edited 1 time in total.