Excel + Quantlib

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

Excel + Quantlib

Marco Ottolino
I'm using quantlib in a DLL project wich Excel is linked to. Visual c.net compiles project correctly. But when I try to debug it I get a very strange behaviour: runtime seems to jump some code lines. If I put break on it, visual c.net jumps it at all. Probably it's just a trivial problem but I'm not able to solve it at all.
Thanks 
 
Marco Ottolino

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.0/276 - Release Date: 07/03/2006

Reply | Threaded
Open this post in threaded view
|

Re: Excel + Quantlib

eric ehlers
Hi Marco,

The first thing is to confirm that you compiled your project with a
debug configuration.  (There are ways to debug a release build but I
don't advise trying that here).

If breakpoints are malfulnctioning for a debug build it may mean that
the debug information is corrupted, you could try deleting the pdb
files and rebuilding.

Regards,
Eric

On 3/8/06, Marco Ottolino <[hidden email]> wrote:

>
> I'm using quantlib in a DLL project wich Excel is linked to. Visual c.net
> compiles project correctly. But when I try to debug it I get a very strange
> behaviour: runtime seems to jump some code lines. If I put break on it,
> visual c.net jumps it at all. Probably it's just a trivial problem but I'm
> not able to solve it at all.
> Thanks
>
> Marco Ottolino
>
>
>
> --
>  No virus found in this outgoing message.
>  Checked by AVG Free Edition.
>  Version: 7.1.375 / Virus Database: 268.2.0/276 - Release Date: 07/03/2006
>