Hello all,

Today I built the LDAP C SDK on my Windows XP SP2 desktop machine. The
build went off without a hitch using the build script recomended on the
Windows Build Prerequesites page except for one thing: I copy and pasted
the recommended commands into a batch file called build.bat .. The line
that says: CALL %VCVARS% wouldn't execute because the VCVARS environment
variable isn't quoted when it is defined. Placing quotes around it fixes
the problem. It gave an error along the lines of "cannot find file C:\Program".

Now on to my main problem:
First, I built the libraries with VS .NET 8.0 . Whenever I tried to run a
program which links against these libraries, I get a Windows runtime error
R6034. A fix is described this page:
http://msdn2.microsoft.com/en-US/library/ms235560(VS.80).aspx

It says something about needing a manifest included before the libraries
will load? Has anybody ever uses these libraries on Windows when built with
VS .NET 8.0?

I also built the libraries with VS .NET 7.0, and I did not get this error
when running my test program.

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

Reply via email to