Serving the Quantitative Finance Community

Search found 4 matches

by FidesFidelitas
October 25th, 2012, 12:12 pm
Forum: Programming and Software Forum
Topic: Help w XLW, getting the ref problem.
Replies: 1
Views: 10656

Help w XLW, getting the ref problem.

<t>Hi all,I've been stuck on this silly problem for almost a day now, and am about to give up. I'm trying to get the address of the input range and nothing works for me:xlw::XlfOper4 pxRes;xlw::XlfExcel::Instance().Call4(xlfCaller,(LPXLOPER)pxRes,0);XlfRef pxRef = pxRes.AsRef();std::string refA1 = p...
by FidesFidelitas
January 9th, 2012, 10:41 pm
Forum: Programming and Software Forum
Topic: XLL + RTD, how?
Replies: 13
Views: 18213

XLL + RTD, how?

<t>OK, I think I understand how you've done it. I've been pondering where to put the "meat" and have leaned towards the rtd as well. In my ExcelDNA solution, the rtd exposed the UpdateNotify. I'm not sure I like that solution.By "pure xll", do you mean that your xll was registerd as an rtd and that ...
by FidesFidelitas
January 9th, 2012, 9:21 pm
Forum: Programming and Software Forum
Topic: XLL + RTD, how?
Replies: 13
Views: 18213

XLL + RTD, how?

<t>Thanks for your reply, kziemski.I think you're referring to calling rtd in or through excel, something that i'm rather familiar with. I don't really have a problem with the life-time. It's active until I remove the function call or so, it's not a big deal. The instability in ExcelDNA that I exper...
by FidesFidelitas
January 9th, 2012, 6:25 pm
Forum: Programming and Software Forum
Topic: XLL + RTD, how?
Replies: 13
Views: 18213

XLL + RTD, how?

<t>Hi all,First post, longtime reader.I am rewriting my xlls and would like to include async push through rtd. The goal is to have for example a swap priced on a named curve/surface object update asynchronously and threadsafe. The wet dream is to have only one file, an xll. I can write xlls and I ca...