QL_TRACE under visual c++

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

QL_TRACE under visual c++

MoonDragon
Hi,

I am trying to use QL_TRACE in my program but it seems not working (not trace on the console).

Does it works only within gcc?

Thanks and regards,

Moon
Reply | Threaded
Open this post in threaded view
|

Re: QL_TRACE under visual c++

Luigi Ballabio
QL_TRACE is disabled by default.  To enable it, edit
<ql/userconfig.hpp> and uncomment the QL_ENABLE_TRACING definition.

Luigi


On Mon, Jun 11, 2012 at 6:54 PM, MoonDragon <[hidden email]> wrote:

>
> Hi,
>
> I am trying to use QL_TRACE in my program but it seems not working (not
> trace on the console).
>
> Does it works only within gcc?
>
> Thanks and regards,
>
> Moon
> --
> View this message in context: http://old.nabble.com/QL_TRACE-under-visual-c%2B%2B-tp33994898p33994898.html
> Sent from the quantlib-dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: QL_TRACE under visual c++

MoonDragon
In reply to this post by MoonDragon
Is it possible to have a working example of theracing class?

Regards
MoonDragon wrote
Hi,

I am trying to use QL_TRACE in my program but it seems not working (not trace on the console).

Does it works only within gcc?

Thanks and regards,

Moon