> -----Oorspronkelijk bericht-----
> Van: Merijn Vandenabeele [mailto:[EMAIL PROTECTED] 
> Verzonden: donderdag 14 september 2006 10:45
> Aan: [email protected]
> Onderwerp: Dll-interface warnings
> 
> Hi,
> 
> Because version 0.9.7 of log4cxx isn't recommended, I'm 
> building the CVS Head following the instructions that came 
> with the source. Building the libs runs smooths (VS2003), but 
> when I use the libs in my project, I get a lot of 
> dll-interface warnings when compiling. I didn't get these 
> with version 0.9.7 so I guess I'm overlooking something? I 
> searched the mailing list archives but found close to nothing 
> on this subject.
> 
> Can somebody help me out or should I just ignore the warnings?
> 
> Thanks in advance,
> Merijn
> 

Digging into the source, I guess config_msvc.h.in has something to do
with these warnings.

#if defined(WIN32) || defined(_WIN32)
#pragma warning(disable : 4250 4251 4786 4290)
#endif

However, it's not clear to me what I should do with this file. I found
no references to it in any other log4cxx files.

Any hints?

Thanks in advance,
Merijn

Reply via email to