H
Hans Pesata
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
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