Menu

#230 WindowsPlatform bug - no versioninfo encoded in dll at all

open
cpptasks (103)
5
2009-01-14
2009-01-14
Anonymous
No

There is a bug with encoding versioninfo to a Windows dll. I found that net.sf.antcontrib.cpptasks.platforms.WindowsPlatform prints out the line VS_VERSION_INFO VERSIONINFO (line 218) where VS_VERSION_INFO constant is not defined, so the generated version resource file will be invalid - hence no version info data are encoded. Either VS_VERSION_INFO should be replaced with value 1 (as per MS documentation VERSIONINFO must be set to 1) or appropriate header file needs to be included (windows.h) in version resource file. Please fix this with next release. Thanks!

Regards,
Goran
gmilosavljevic (at) eu.s4hc.com

Discussion


Log in to post a comment.