I get the following error when I build log4cxx 0.10.0. Please advice.
Did anybody get this working on HP Unix. If so, can you please pass on
the configurations and build steps.
objectptr.cpp: In static member function 'static void*
log4cxx::helpers::ObjectPtrBase::exchange(void**, void*)':
objectp
On Apr 25, 2008, at 6:49 AM, Chakravarthula, Krishnamurthy wrote:
I get the following error when I build log4cxx 0.10.0. Please advice.
Did anybody get this working on HP Unix. If so, can you please pass on
the configurations and build steps.
objectptr.cpp: In static member function 'static vo
For those interested, here is my final solution (until I find a new
"final" solution, I guess.)
First, I had to use templated functions, because the CString in MFC is
slightly different from the CString in ATL. Parameterizing the "Traits"
parameter of the template base class (CStringT) was the fi