Re: VerQueryValue() problem
From: John Phillips (jjphillipsREMOVE_at_REMOVEhotmail.com)
Date: 05/11/04
- Previous message: Hans Pesata: "VerQueryValue() problem"
- In reply to: Hans Pesata: "VerQueryValue() problem"
- Next in thread: Hans Pesata: "Re: VerQueryValue() problem"
- Reply: Hans Pesata: "Re: VerQueryValue() problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 11 May 2004 13:19:10 -0400
You've neglected to give the most important piece of information - what
happens when you call VerQueryValue()? Do you get an access violation?
Does the return value indicate failure? What does GetLastError() return?
Does the problem occur when retrieving particular values, or any values?
-- John Phillips MVP - Windows SDK "Hans Pesata" <dummy.user@dummy.com> wrote in message news:Ct7oc.69632$O9.27088@news.chello.at... > Hi! > > I created a VC++ 6.0 MFC application which loads a DLL via > AfxLoadLibraray(). > afterwards I query the version information of the DLL and I am running into > the problem, that VerQueryValue() fails on some systems and runs OK on > others for the same DLL. > the DLL has the name "Tools.dll" > GetFileVersionInfoSize() and GetFileVersionInfo() are always working fine. > somehow I cant access the version resource on some machines running WINDOWS > 2000 SP4, > this is strange and I dont know what to do about it... > > any help with this would be greatly appreciated, > thanx in advance! > > best regards, > Hans Pesata > > ------------------------------------------------------ > > My eMail-address has been changed due to spam. > eMail-replies can be sent to hpesata@chello.at > >
- Previous message: Hans Pesata: "VerQueryValue() problem"
- In reply to: Hans Pesata: "VerQueryValue() problem"
- Next in thread: Hans Pesata: "Re: VerQueryValue() problem"
- Reply: Hans Pesata: "Re: VerQueryValue() problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|