Click to See Complete Forum and Search --> : CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()


April 16th, 1999, 06:40 AM
Hello all,

Can anyone tell me why I cannot linked to the following functions in
my MFC application.

VerQueryValue
GetFileVersionInfo
GetFileVersionInfoSize


Thank you very much for any help in advance.


David Chan

Roger Osborn
April 16th, 1999, 04:55 PM
You probably need to add version.lib on your project/settings link tab in the Object/library modules field.

The quickinfo section of help for the functions normally tells you any extra libraries you need to add.

Cheers,
Roger.

April 19th, 1999, 03:00 AM
Thank you very much Roger,

I have put it in and it links fine.


David