Re: LDAP_C_SDK 6.0.2 for Windows 2003 64bit
Norbert Marrek <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
Anton Bobrov schrieb: > > we didnt try it yet here since a) there is no product req > b) we dont have a suitable box to test on ie amd/emt x64 > but i would expect it to work once you set proper cl and > link flags. i'm not sure about VS2005 but if you run into > any problems with it you can fallback to VS6 + all latest > updates which bring x64 support to it afaik. i looked in > to it while back but never got around actually doing it > due to lack of actual hardware like i said. if you end up > having all switches & options in place yielding good and > proper builds please consider filing a bug & contributing > your changes. > When the tests are successful, I'll send my changes. Today I could compile the nss libraries, but as I have not much experience with autoconf, I modified the configure script and some WIN32-specific files. I also had to use the C versions of the PR_StackPush and PR_StackPop atomic functions, because the cl compiler of VS2005 does not support the __asm, and I don't know the masm64 Microsoft Assembler. Thanks, Norbert