Serving the Quantitative Finance Community

Search found 3 matches

by ask
December 10th, 2006, 6:47 pm
Forum: Brainteaser Forum
Topic: friendly prisoners
Replies: 8
Views: 89937

friendly prisoners

Indeed, several years ago there was fairly popular and effective software that used simulated annealing to minimize chip distance between directly connected chips (hence wiring, hence heat dissipation) on circuit boards. It was called "Timberwolf" or some similar marketing inspired name.
by ask
April 3rd, 2003, 1:55 pm
Forum: Programming and Software Forum
Topic: Memory issue: calling C++ DLL from VBA
Replies: 11
Views: 191152

Memory issue: calling C++ DLL from VBA

<t>I'd really rather avoid learning COM for this issue -- the time invested doesn't seem worth it. I don't think it's a name mangling issue. To create the DLL, I'm using C++ in Visual Studio with a .DEF file, and everything seems to be called OK. It literally seems that the new operator fails in rat...
by ask
April 3rd, 2003, 2:39 am
Forum: Programming and Software Forum
Topic: Memory issue: calling C++ DLL from VBA
Replies: 11
Views: 191152

Memory issue: calling C++ DLL from VBA

<t>Hi All.I have a recurring problem with calling very straightforward C++ DLLs from VBA (i.e. from a module in an Excel spreadsheet). Memory allocation for anything more complex than a double -- especially if I'm using the STL -- goes completely awry and causes Excel to shut down (using older versi...