After installing VSIP Extras 2003, I opened the Babel source solution,
compiled it and copied it to a fresh machine (with only Windows and VS.NET).
When I tried to run regsvr32 on it, I was suprised by the error:
LoadLibrary("babelpackage.dll") failed - The specified module could not be
found.
What does a target production machine (which of course does not have VSIP
installed) need to have in order to register babelpackage.dll successfully?
Thanks a lot,
-- Andre
Andre W B Furtado - 22 Oct 2004 07:01 GMT
Compiling the babel project with the "Release" configuration, rather than
"Debug", solves this problem.
Cheers,
-- Andre
> After installing VSIP Extras 2003, I opened the Babel source solution,
> compiled it and copied it to a fresh machine (with only Windows and VS.NET).
[quoted text clipped - 8 lines]
> Thanks a lot,
> -- Andre