Rich Megginson wrote: > I'm using Windows Visual Studio 8 (cl.exe version 14.00.xxxx). When > linking with the standard c library msvcrt.lib (/MD), the implementation > for this is now in msvcr80.dll. So far I have not been able to figure > out a way to have it just use msvcrt.dll instead. According to Google > and my msdn research, we have a couple of options: > 1) Link with /MD and distribute msvcr80.dll with binary ldap c sdk > distributions > 2) Statically link in msvcrt using /MT
My vote would be for #2 unless it adds significant size to the libraries. Or stick with the old but well-known VC6 ;) -- Mark Smith Pearl Crescent http://pearlcrescent.com/ _______________________________________________ dev-tech-ldap mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-ldap
