Click to See Complete Forum and Search --> : Getting File Version Info for 16-Bit(!) modules


Lothar Haensler
October 5th, 1999, 08:09 AM
how can I get the file version information from a 32 bit program for 16-bit modules?
The documentation says, that GetfileVersion....API calls can only be used for 32-bit modules.
Explorer "knows" how to do it. SO, there MUST be a way...

Any ideas welcome.

Lothar Haensler
October 5th, 1999, 10:11 AM
in case anyone cares; the documentation is wrong. You CAN query 16 bit modules with win32 APIs. MSDN article: Q179903