QL.NET installer

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

QL.NET installer

Jens Thiel

Hi,

I produced an installer for the QuantLib.NET preview this week. You'll need
the .NET redistributable (which I left out of the installer) from:

>
http://msdn.microsoft.com/downloads/sample.asp?url=/msdn-files/027/001/829/m
sdncompositedoc.xml

or the windows update site.

After the installation, you can open Excel (VBE=Alt-F11), VB6 or any other
COM-enabled application, and add a reference to QuantLib.NET to your empty
project. Please run the following test to make sure that QuantLib.dll and
COM interop have been succesfully registered:

Sub test()
  Dim dc As New Actual365
  MsgBox dc
End Sub

Using any .NET language should also work (and is the preferred way). More
documentation on this will follow.

Jens.

ps: This is only a test for the installer: the included library is in an
undefined state ;-)



QLNET.zip (167K) Download Attachment