log4cplusd.dll

  • Thread starter Thread starter Abra
  • Start date Start date
A

Abra

I have a .NET project in C#, that uses a C++ DLL. If I generate the DLL
with Visual Studio, everything works fine. If I generate it with Visual
Studio NET 2003, the DLL cannot be loaded anymore from my C# code. It
seems that this is because the C++ DLL needs in this case also a
log4cplusd.dll, that I cannot find.
Can somebody give me a hint please about this DLL ?
Thanks in advance.
Abra
 
Abra said:
I have a .NET project in C#, that uses a C++ DLL. If I generate the
DLL with Visual Studio, everything works fine. If I generate it with
Visual Studio NET 2003, the DLL cannot be loaded anymore from my C#
code. It seems that this is because the C++ DLL needs in this case
also a log4cplusd.dll, that I cannot find.
Can somebody give me a hint please about this DLL ?
Thanks in advance.
Abra

I did a quick search for this in Google and found a reference to
http://log4cplus.sourceforge.net.
 
Does it make any difference if the C++ DLL is generated with Visual
Studio 6 or with Visual Studio NET 2003 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top