Serving the Quantitative Finance Community

Search found 4 matches

by MarkFogg
May 17th, 2005, 8:40 pm
Forum: Programming and Software Forum
Topic: Virtual Reality in Finance: patent of Maxus Systems
Replies: 3
Views: 152196

Virtual Reality in Finance: patent of Maxus Systems

<t>After much research, there appears to be a substantial competitive advantage in owning the patent. There are, however, very successful programs which utilize all the VR standard features and which are used in finance.Thanks for your responses. It is most telling that no one responded that they we...
by MarkFogg
April 20th, 2005, 6:02 pm
Forum: Programming and Software Forum
Topic: Virtual Reality in Finance: patent of Maxus Systems
Replies: 3
Views: 152196

Virtual Reality in Finance: patent of Maxus Systems

<t>In 2001, patent US5774878:" Virtual reality generator for use with financial information" was granted to P. Marshall. The patent office seems to have been convinced that the use of 3D representation, point of view, and flying through (all normal VR attributes) when used with financial data was pa...
by MarkFogg
April 3rd, 2003, 3:32 pm
Forum: Programming and Software Forum
Topic: SmartQuant Library
Replies: 0
Views: 189624

SmartQuant Library

Has anyone used the SmartQuant C++ library? http://www.smartquant.com/index.htm Cheers!MR
by MarkFogg
April 3rd, 2003, 2:04 pm
Forum: Programming and Software Forum
Topic: Memory issue: calling C++ DLL from VBA
Replies: 11
Views: 191153

Memory issue: calling C++ DLL from VBA

<t>COM is an ungainly solution. Memory problems like you describe come from the differences of the basic types (MS has different library implementations of several of the types, that is, different between C++, VB, and VBA). The solution is simple: 1. make a unique C++ dll for each of the types you w...