Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

CA in .DLL build with VC++ in studio 2003


1 reply to this topic

slkayser

slkayser
  • Members
  • 6 posts

Posted 28 August 2003 - 17:05

I have some CA's in a .dll that was built with MSVC++ 7.1 (in Visual Studio 2003). These CA's worked fine when built under vc++ 6.0, but upgrading to VC++ 7.1 caused a dependency on msvcr71.dll, which I can' t get rid of. This file is not present on a clean w2k system w/sp 4, so my CA (in the UI seq) fail to load. I plan to use the re-dist mm that ms provides for the rest of my app, but how do I use the ca .dll at install time (before the redist mm runs and puts the files there)? Any ideas on how to use a ca in .dll that is dependent on other .dlls?

paracha3

paracha3
  • Members
  • 19 posts

Posted 28 August 2003 - 18:03

I assume that this is unmanaged (MFC 7.1) dll. In that case why don't you statically link the DLL. That would be big fatty DLL with everything in it and it should run.

AR