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
Printable View
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
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.
Thank you very much Roger,
I have put it in and it links fine.
David