Thanks for all the help. I however able to create VC++ 8 project files
and made some tweaks in the headers that enables me to create "Multi
threaded (MT)" libraries of Mozilla csdk 6.0.5 along with NSPR, NSS
and Cyrus SASL.

I want to contribute my work to the community. Kindly advice how I can
help to produce my work, and compiled binaries for Windows32
platfrom.

It was a head banging, eye burning experience, but in the end the
regard was so sweet that I forget all the last days pain. Thanks
again.

Kashif Ali Siddiqui
Tech Lead HipLink

On Jul 23, 7:31 pm, Rich Megginson <[EMAIL PROTECTED]> wrote:
> Kashif Ali Siddiqui wrote:
> > Hi,
>
> > After applying the SP1 Redistributable Package, the problem persists.
> > I think it is due to my VC project type which is "Multi threaded (MT)"
> > whereas the pre-compiled 6.0.3 binaries are compiled in "Multi
> > threaded DLL (MD)" configuration.
>
> I didn't think that would be a problem - what leads you to think that?
>
> > If this the case, then I can't
> > change my project type and need to have new compiled binaries. Are
> > there any other sources where I can find pre-compiled versions of
> > Mozilla LDAP c-sdk with SASL. If not kindly state the steps needed to
> > compile Mozilla c-sdk 6.0.5.
>
> Have you tried to follow the steps 
> athttp://wiki.mozilla.org/LDAP_C_SDK#Checking_Out_the_Source_Code
>
>
>
> > Any help will be appreciated.
> > Thanks
>
> > Kashif Ali Siddiqui
> > A developer
>
> > On Jul 22, 9:10 pm, Rich Megginson <[EMAIL PROTECTED]> wrote:
> >> Kashif Ali Siddiqui wrote:
> >>> Hi All,
> >>> I am having a runtime error when I ran my application which states
> >>>           "This application has failed to start because MSVCR80.dll
> >>> was not found. Re-installing the application may fix this problem."
> >> Microsoft, in their nearly infinite wisdom, does not distribute the
> >> runtime needed to run apps built with MSVC++.  You have to go 
> >> herehttp://www.microsoft.com/downloads/Browse.aspx?displaylang=en&product...
>
> >> and download and install Visual C++ 2005 SP1 Redistributable Package -
> >> that contains msvcr80.dll and other files needed at runtime.
>
> >>> I am using Mozilla c-sdk pre-compiled win32 6.0.3 binaries available
> >>> from the following URL
> >>>ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v6.0.4...
> >>> I am using VC++ 8.0 for compiling my project. I compiled my project
> >>> using the nsldap32v60.lib and nsldapssl32v60.lib libraries from the
> >>> pre-compiled package and place all DLLs in the project's target
> >>> directory. When I execute my application, it shows the above error and
> >>> terminates. My guess is that the problem is in the pre-compiled
> >>> binaries as view-dependency shows MSVCR80.dll unresolved dependency.
> >>> And that I have to build my own Mozilla c-sdk as static libraries.
> >>> Kindly help me, and state if there is a way to remove this MSCVR80.dll
> >>> issue in the pre-compile 6.0.3 package, and if not, kindly state how I
> >>> can compile the latest Mozilla 6.0.4 or 6.0.5 on Windows using VC++8
> >>> along SASL and SSL support.
> >>> I have compiled Cyrus SASL on windows to be used with Mozilla LDAP
> >>> libraries.
> >>> Any help will be highly appreciated.
> >>> Thanks
> >>> Kashif Ali Siddiqui
> >>> A developer

_______________________________________________
dev-tech-ldap mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-ldap

Reply via email to