|
-
April 16th, 1999, 06:40 AM
#1
CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()
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
-
April 16th, 1999, 04:55 PM
#2
Re: CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()
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
#3
Re: CANNOT LINKED to VerQueryValueA() and GetFileVersionInfo() and GetFileVersionInfoSize()
Thank you very much Roger,
I have put it in and it links fine.
David
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|