-
* Try and use a LogService class that is deficient, in turn, in each of the requisite constructors.
2009-11-19 05:05:24 UTC by matsys
-
i.e. BooleanSwitch.
2009-11-19 03:30:59 UTC by matsys
-
TSIA.
2009-11-19 03:26:59 UTC by matsys
-
to SystemDiagnosticsTraceLogService.
2009-11-19 03:26:26 UTC by matsys
-
multiplexes, can use any TraceListener.
2009-11-19 03:26:00 UTC by matsys
-
TSIA.
2009-11-19 03:25:25 UTC by matsys
-
Hmmm, the character set was Multi-Byte, as per your link.
I changed it to Unicode but there was a compile error (it linked to the widstring libs though) :
2>Implicit linking to Pantheios libraries: (pantheios.1.$(XXXX).vc9.widestring.mt.debug.lib
2> pantheios.1.util.vc9.widestring.mt.debug.lib
2> pantheios.1.core.vc9.widestring.mt.debug.lib
2>...
2009-11-11 23:06:16 UTC by sgundry
-
hate this mark-up :-(
here is the right link [Code Project Article][1]
[1]: http://www.codeproject.com/KB/cpp/callback_backends.aspx.
2009-11-11 08:02:39 UTC by snikulov
-
first - it would be great to see your cmakelists.txt
second - it looks like wchar_t used, but not supported in pantheios AFAIK (read here http://www.codeproject.com/KB/cpp/callback_backends.aspx)
2009-11-11 07:46:38 UTC by snikulov
-
I've tried and both Debug and Release behave as mentioned.
Debug requires /NODEFAULTLIB:LIBCMTD /NODEFAULTLIB:MSVCPRTD
since I get a bunch of "already defined" linking errors but this adds a heap of warnings: 2>pantheios.1.core.vc9.dll.debug.lib(core.api.dll.debug.obj) : warning LNK4217: locally defined symbol ?_Debug_message@std@@YAXPB_W0I@Z (void __cdecl...
2009-11-11 05:43:27 UTC by sgundry