Juan Lang wrote:
--- Robert Shearman <[EMAIL PROTECTED]> wrote:
This is *really* ugly. Create a header file with
just the version
numbers defined and import it from the resource file
and the file that
implements the DllGetVersion function and problem
solved.
Got any suggestions for the ve
--- Robert Shearman <[EMAIL PROTECTED]> wrote:
> This is *really* ugly. Create a header file with
> just the version
> numbers defined and import it from the resource file
> and the file that
> implements the DllGetVersion function and problem
> solved.
Got any suggestions for the version string
Juan Lang wrote:
A bit better than my last version, load the version
resource from the file for DllGetVersion, and update
the version of the file to produce the same output as
before.
ChangeLog: add support for DLLVERSIONINFO2 in
DllGetVersion, and get version info from file
--Juan
...
--- dlls/