Thanks for the hint :) I did replace all "long long"'s with __int64. After that I got a lot error's like:
inc32\openssl/bn.h error C2632: long followed illegal ... I could fix most of them by removing the tailing L (For example 0xffffffff00000000LL to 0xffffffff00000000L). So after removing all the "syntax error's I got reported by the compiler, I am stuck at linker process now, here is the error: -- link /nologo /subsystem:console /opt:ref /dll /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~1\xx\LOCALS~1\Temp\nma03416. ms\uptable.obj : fatal error LNK1136: invalid or corrupt file NMAKE : fatal error U1077: 'link' : return code '0x470' Stop. -- Any more hints? I am kind of lost. Are there any prebuild x64 binaries & libs? best regards Andre Lorbach Adiscon > -----Original Message----- > From: Peter Sylvester [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 24, 2005 7:09 PM > To: Andre Lorbach > Subject: long long > > I found elsewhere a statement: > > VC6 does not support 'long long'. Use __int64 on that > platform for a 64 bit int > > > -- > To verify the signature, see http://edelpki.edelweb.fr/ > Cela vous permet de charger le certificat de l'autorité; > die Liste mit zurückgerufenen Zertifikaten finden Sie da auch. > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
