Curt Arnold schrieb:


On Aug 15, 2005, at 4:32 AM, David Sallge wrote:

Hello!

Thank you very much for your help.
I appreciate it very much that you helped me.
It worked well, VC now recognises log4cxx-classes and functions.
But unfortunately I get a bunch of compile-errors.
VC states that there should be a lot of unusual syntax errors in one of its own incude-files: xlocale (the errors are giving "syntax: (" or "missing ;", which obviously are correct.) As I assume that Microsoft coded the file correctly, the problem seems to occure with lox4cxx. If I comment the .h-files of log4cxx, I only get "function not found"-errors, as expected.

Any ideas?

Thank you very much!


Having the specific errors is essential to diagnosing the problem. Could you provide a fragment of the error messages? Microsoft compilers will output a 4 digit numeric code (like C1234 or LNK1234) which can be checked in their knowledge base to find non-obvious explanations for the errors).

Unfortunately the Error-codes are telling me things which are obviously correct. Also the MSDN doesn't give any useful hints, as Microsofts originally-implemented file (xlocale, without any extension) should be programmed OK.
The compiler Errors are:
C2059: Syntaxerror: ')'  (line 501, xlocale)
C2061: Syntaxerror: identifier '_Locinfo'  (line 587, xlocale)
C2065: ':Byte': nondeclarated identifier (line 678, clocale)
just for instance - there are several of each and a few others which would be too much to post here.

But thank you very much for helping me!

Greetings,
David Sallge

--
_________________________________________
Name:         David Sallge
Company:      Noffz ComputerTechnik GmbH
Address:      Tackweg 25
             D-47918 Toenisvorst
             Germany

Phone:        +49-2151-99878-40
Fax:          +49-2151-99878-88
e-mail:       [EMAIL PROTECTED]
Internet:     www.noffz.com
_________________________________________


Reply via email to