Hi,
I've got a problem when I was using LoadLibrary function to load a library "MSVCR90.dll". It is a dll with manifest, but I don't know how to load this kind of library. Should I load the manifest first and how? Any suggestions will be OK. Thanks.

Recommended Answers

All 2 Replies

why are you trying to load a Microsoft DLL? The os will do it when your program starts.

why are you trying to load a Microsoft DLL? The os will do it when your program starts.

Because what the system provide is MSVCR80.dll, this is a dll provided by another application(z3 developed by MS). And the z3.dll wants to load it when I just try to load z3.dll.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.