Hello All
I was wondering if there are any QL COM builds out there. Has anybody started building QL COM objects? Rgds Rod -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |
Jens
Thanks. Of course to take that further and code with, rather than just use your COM objects, it implies that I need a .NET development environment! I was hoping to use pure C++/IDL COM objects without having to buy (yet another) development environment, make Bill even richer, and of course I'd have to learn c#. Out of interest which classes/interfaces have you built? Rgds Rod "Jens Thiel" <[hidden email]> To: Rod Pienaar/DMGCON/DMG UK/DeuBa@DMG UK, <[hidden email]> 02/05/2003 14:21 cc: Subject: RE: [Quantlib-users] QuantCom Hi Rod, some classes in QuantLib.NET are already COM enabled. Compared to the native COM interface I was working on, .NET interop is a real step ahead. Jens. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Rod Pienaar Sent: Thursday, May 01, 2003 3:18 PM To: [hidden email] Subject: [Quantlib-users] QuantCom Hello All I was wondering if there are any QL COM builds out there. Has anybody started building QL COM objects? Rgds Rod -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quantlib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |
> Thanks. Of course to take that further and code with,
> rather than just use your COM objects, it implies that > I need a .NET development environment! > I was hoping to use pure C++/IDL COM objects without having > to buy (yet another) development environment, make Bill even > richer, The .NET Framework SDK is free (with compiler, debugger, etc.). Your choice of free IDEs includes SharpDevelop (http://www.icsharpcode.net/OpenSource/SD/) or Eclipse (see http://www.go-mono.org/tutorial/html/en/installation/chooseide.html). Microsoft C# ("Visual Studio") costs a bit more than 100 Euro. Since you were asking about COM I assume you are running Windows. Otherwise there is also the free mono:: environment (http://www.go-mono.org/) plus a few others on the horizon. > and of course I'd have to learn c#. That should be easy for someone with a C++ or Java background. Jens. |
In reply to this post by Rod Pienaar
I'll definitely look at those IDE's. I never realised it was that easy to get started in C#.
Nice one. "Jens Thiel" <Jens.Thiel@stoch To: Rod Pienaar/DMGCON/DMG UK/DeuBa@DMG UK, astix.de> <[hidden email]> cc: 02/05/2003 16:45 Subject: RE: [Quantlib-users] QuantCom > Thanks. Of course to take that further and code with, > rather than just use your COM objects, it implies that > I need a .NET development environment! > I was hoping to use pure C++/IDL COM objects without having > to buy (yet another) development environment, make Bill even > richer, The .NET Framework SDK is free (with compiler, debugger, etc.). Your choice of free IDEs includes SharpDevelop (http://www.icsharpcode.net/OpenSource/SD/) or Eclipse (see http://www.go-mono.org/tutorial/html/en/installation/chooseide.html). Microsoft C# ("Visual Studio") costs a bit more than 100 Euro. Since you were asking about COM I assume you are running Windows. Otherwise there is also the free mono:: environment (http://www.go-mono.org/) plus a few others on the horizon. > and of course I'd have to learn c#. That should be easy for someone with a C++ or Java background. Jens. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |
Free forum by Nabble | Edit this page |