Hello Jeffrey, Thanks for your help! At least for VC6 it was a path issue and i got it working using the "dlltest" project as a starting point.
This being solved, i have another question, which is related to Java<->CryptoC++ compatability for 3DES (CBC mode, PKCS5 Padding) symmetric encryption. My Java-encrypted string looks totally different from the same string encrypted with Crypto++. I tried all kinds of combinations but somehow they dont match. Is there anyone who ever tried to encrypt/decrypt with Java/C++ successfully? (I read and compiled this: http://www.escribe.com/software/crypto/m3244.html sample, but although both functions are "equivalent" they dont produce the same result - at least for me") any hints are welcome!! regards, Lennart --- "Walton, Jeffrey" <[EMAIL PROTECTED]> schrieb: > Hi Lennart, > > That the problem occurs with VC++ 6.0 makes me > believe the files are not > on path. > > In VC++ 6.0, Select Tools->Options, Directories. Are > the headers, > source, and library files directories included? > > Jeff > > Jeffrey Walton > Maryland DDS > 410-308-4441 > [EMAIL PROTECTED] > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > Behalf Of Lennart Lopin > > Sent: Wednesday, March 10, 2004 6:29 AM > > To: [EMAIL PROTECTED] > > Subject: RE: unresolved external .NET 2003 > > > > > > Dear Jeffrey & Seshu, > > > > Unfortunately it did not work. I changed the > calling > > convention to _stdcall. Changed from debug mode to > > release mode and made sure that my project links > > statically. Somehow i still get the unresolved > error. > > > > When i compile the same project under VC6 i get > the > > same unresolved external error... > > > > Some other idea? > > > > regards, > > > > Lennart > > > > > > > > > > Mit sch�nen Gr��en von Yahoo! Mail - > http://mail.yahoo.de > > > > ATTACHMENT part 2 application/x-pkcs7-signature name=smime.p7s Mit sch�nen Gr��en von Yahoo! Mail - http://mail.yahoo.de
