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!

Greetings,
David Sallge

Wagner Augusto Andreoli schrieb:

Hello, David,

but as I'm new to using external DLLs in VS, has anyone a
guideline for me how to import/use/bind die dll to VS so that I can use
it's functions?

I'm new at this VS/C++ thing too, but I do the following (the implicit
way of loading DLLs):
- in the Solution Explorer tree, select your project node
- right-click and choose Properties (in the menu, click View / Property Pages)
- in the Configuration Properties tree, choose Linker / Input
- name the LIB file you wish to use in your project, filling
"Additional Dependencies" in the right list; if you have one LIB for
debug, and other for release, then you have to choose the appropriate
option in the "Configuration" combo box above.

I guess that's it. Forgive me if I forgot some steps, but I think you
can continue from there... ;)


--
_________________________________________
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