Click here to Skip to main content
15,908,931 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan27-Jul-18 2:53
mveRichard MacCutchan27-Jul-18 2:53 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
User 1106097927-Jul-18 6:34
User 1106097927-Jul-18 6:34 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan27-Jul-18 6:42
mveRichard MacCutchan27-Jul-18 6:42 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Randor 27-Jul-18 2:32
professional Randor 27-Jul-18 2:32 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan27-Jul-18 2:51
mveRichard MacCutchan27-Jul-18 2:51 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Randor 27-Jul-18 3:35
professional Randor 27-Jul-18 3:35 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Slacker00727-Jul-18 4:29
professionalSlacker00727-Jul-18 4:29 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Randor 27-Jul-18 5:27
professional Randor 27-Jul-18 5:27 
Hi,

Don't take my word for it. Here is how you would check if the documentation was correct for GetFileVersionInfoA

1.) Open a CMD prompt and use dumpbin to check the export table of mincore.lib.

Here are the results:
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17134.0\um\x64>dumpbin /exports mincore.lib | findstr "GetFileVersion"
                  GetFileVersionInfoExW
                  GetFileVersionInfoSizeExW
                  GetFileVersionInfoSizeW
                  GetFileVersionInfoW

The ANSI version is not exported from mincore.lib as Richard MacCutchan describes and does indeed conflict with what the GetFileVersionInfoA function documentation states.

Best Wishes,
-David Delaune
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
dandy7227-Jul-18 10:46
dandy7227-Jul-18 10:46 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan28-Jul-18 0:40
mveRichard MacCutchan28-Jul-18 0:40 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Rick York28-Jul-18 7:44
mveRick York28-Jul-18 7:44 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
dandy7228-Jul-18 12:04
dandy7228-Jul-18 12:04 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan28-Jul-18 22:10
mveRichard MacCutchan28-Jul-18 22:10 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
dandy7229-Jul-18 3:56
dandy7229-Jul-18 3:56 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan29-Jul-18 4:05
mveRichard MacCutchan29-Jul-18 4:05 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
dandy7230-Jul-18 5:27
dandy7230-Jul-18 5:27 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
Richard MacCutchan30-Jul-18 6:01
mveRichard MacCutchan30-Jul-18 6:01 
GeneralRe: What exactly are Microsoft up to now? (for C programmers only) Pin
dandy7230-Jul-18 13:31
dandy7230-Jul-18 13:31 
GeneralRecipe for perfect crispy pancake....loved it! Pin
dan!sh 27-Jul-18 1:06
professional dan!sh 27-Jul-18 1:06 
GeneralRe: Recipe for perfect crispy pancake....loved it! Pin
Johnny J.27-Jul-18 1:28
professionalJohnny J.27-Jul-18 1:28 
GeneralRe: Recipe for perfect crispy pancake....loved it! Pin
Munchies_Matt27-Jul-18 1:53
Munchies_Matt27-Jul-18 1:53 
GeneralRe: Recipe for perfect crispy pancake....loved it! Pin
Rajesh R Subramanian27-Jul-18 2:14
professionalRajesh R Subramanian27-Jul-18 2:14 
GeneralRe: Recipe for perfect crispy pancake....loved it! Pin
Munchies_Matt27-Jul-18 2:36
Munchies_Matt27-Jul-18 2:36 
GeneralRe: Recipe for perfect crispy pancake....loved it! Pin
Nathan Minier27-Jul-18 3:57
professionalNathan Minier27-Jul-18 3:57 
GeneralRe: Recipe for perfect crispy pancake....loved it! Pin
ZurdoDev27-Jul-18 8:04
professionalZurdoDev27-Jul-18 8:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.