QUantlib usage

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

QUantlib usage

Dixit-2
Hi everyone,
 
I have finally compiled Quantlib. However I want to use it now, adn would like to ask you how to do so.
 
I debug my compiled project and VC8.0 asks me for an executable to debug.  I dont know which file this is, and where it is located? What do I do?
 
Am I supposed to write my own code using Quantlib as a library including quantlib into my C++ project and then run it? Is that how you use Quantlib?
 
Kind Regards,
Rahul Dixit
 
+0064 9 6278273    (h)
+0064 21 030 5594 (w)
 
Reply | Threaded
Open this post in threaded view
|

Re: QUantlib usage

Luigi Ballabio
On Nov 5, 2005, at 9:34 PM, Dixit wrote:
>  
> I have finally compiled Quantlib. However I want to use it now, adn
> would like to ask you how to do so.
>  
> Am I supposed to write my own code using Quantlib as a library
> including quantlib into my C++ project and then run it? Is that how
> you use Quantlib?

Yes---it's a library. Examples of linking it into executables are in
the Examples folder.

Later,
        Luigi