Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-06-2017, 07:26 AM
cpede cpede is online now
Registered User
 
Join Date: 08-05-2014
Posts: 5
VS 2015 - RC file in vcxproj file not updated

I'm building a VS2015 solution and uses the Properties page in the step to update the project properties for each project in the solution.

For most project I get something like this:

Code:
d:\code\sln\..\myproject.vcxproj...setting properties...setting version...
but for some reason it does not do this for all project in the solution?

Any idea how it finds the RC files for each project and how why it skips some even it exists?

-cpede
Reply With Quote
  #2  
Old 07-06-2017, 11:33 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The Make VS actions parse a .vcxproj file for any .rc files in Compile, ClCompile, and ResourceCompile items. Please send or post the project file(s) that aren't working.

http://www.kinook.com/Forum/showthread.php?t=3044

Thanks.
Reply With Quote
  #3  
Old 07-06-2017, 01:00 PM
cpede cpede is online now
Registered User
 
Join Date: 08-05-2014
Posts: 5
Project examples sent to support email.
Reply With Quote
  #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
  #5  
Old 07-07-2017, 08:19 AM
cpede cpede is online now
Registered User
 
Join Date: 08-05-2014
Posts: 5
That's it thanks.

-cpede
Reply With Quote
  #6  
Old 07-08-2017, 12:39 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
In the latest download, the Make VS actions have been updated to handle values other than VS_VERSION_INFO for the VERSIONINFO resource version ID.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 05:23 PM.


Copyright © 1999-2023 Kinook Software, Inc.