View Single Post
  #4  
Old 07-07-2017, 07:37 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
It's finding the .rc file, but since it looks for

\s*VS_VERSION_INFO\s+VERSIONINFO

to identify a VERSIONINFO resource, and the .rc file in your project has

1 VERSIONINFO

it doesn't process the versions. Changing that to

VS_VERSION_INFO VERSIONINFO

in the .rc file will make it work.
Reply With Quote