Client::handleLog callback is not called in release version
From: "Anatoly Gutnick" <anatolyg@xxxxxxxxx>
Date: Mon, 16 Jul 2007 16:10:31 +0200 (CEST)
Hi,

gloox Client::handleLog(LogLevel level, LogArea area, const std::string&
message)

is called fine in debug version of my application.

And is not called in Release version (Dynamic debug configuration of VS2005)

(client->registerMessageHandler(this) is called in debug and release)

Can you advice?

Regards,

Anatoly