Re: Fail to load debug version of a DLL
- From: Martin <martin-g@xxxxxxx>
- Date: Tue, 17 Jul 2007 01:09:27 -0700
On Jul 16, 9:59 pm, "Sheng Jiang[MVP]"
<sheng_ji...@xxxxxxxxxxxxxxxxxxx> wrote:
The debug version is likely depend on some debug version of vc runtime dlls
that does not exist in your setup package
--
Sheng Jiang
Microsoft MVP in VC++"Martin" <marti...@xxxxxxx> wrote in message
news:1184583090.448743.119240@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi.
I want to get some log messages from a DLL, so after the installation
of the product I replace the release version of that DLL with its
debug version. It's used during Widows authentication and first time
it must be loaded by 'winlogon.exe'. After restarting machine an error
occures presumably at the step of Windows authentication, stating,
that the abovementioned DLL failed to load. I've checked the 2
versions of it (debug and release) with DependencyWalker, they both
are dependent on the the same modules... So, the question is somewhat
abstract: what are the main reasons for a DLL to fail to load?
Thanks in advance,
Martin
Yes, right. It was my fault, I have installed the product with debug
DLL on a virtual machine, which hadn't debug versions of MSVCRT.DLL
and MSVCP60.DLL :). Thank you.
Martin
.
- Follow-Ups:
- Re: Fail to load debug version of a DLL
- From: Ajay Kalra
- Re: Fail to load debug version of a DLL
- References:
- Fail to load debug version of a DLL
- From: Martin
- Re: Fail to load debug version of a DLL
- From: Sheng Jiang[MVP]
- Fail to load debug version of a DLL
- Prev by Date: CBitmap issue
- Next by Date: Re: Calling type library dll NOT from project directory
- Previous by thread: Re: Fail to load debug version of a DLL
- Next by thread: Re: Fail to load debug version of a DLL
- Index(es):
Relevant Pages
|