Click here to Skip to main content
15,949,741 members

Comments by godspeed123 (Top 5 by date)

godspeed123 19-Jan-15 15:53pm View    
Hi Richard,

Thank you for your response. Yes I understand that physically adding the file into the template works. But when I try to add it in the AddConfig function like:

config.AddPropertySheet( 'default.props');

Visual Studio crashes with this call when I try to generate a project from the template. If I remove this call it works fine.
godspeed123 15-Jan-15 11:27am View    
I have looked at this, they do no mention how to add props files to the template.
godspeed123 17-Mar-14 1:51am View    
Thanks for the help! That allows me to intialize the encoder!
godspeed123 12-Mar-14 14:37pm View    
I see what you mean, I will try looking at this.

Thanks for the help!
godspeed123 12-Mar-14 13:00pm View    
Hi Sergey

Thanks for the links, I have seen these, but they dont provide a way to access this in C++. I want to use the api to do this. These links provide a way to do it via command line.