Author Topic: Hint for developers - need to save user setting in extern file, not in project  (Read 3665 times)

Offline amarty

  • Multiple posting newcomer
  • *
  • Posts: 41
 Hello!

 I use .cbp projects autogenerated from msvc projects by my own tool. Reason for it - in general I develop all under Windows/Msvc and try/debug some parts of code under Linux C::B, and my tool add much additional information to cbp (C::B importer can't do this). In MSVC, parameters to run (program arguments) console program are saved into prj.vcproj.MACHINE.USER or in the same named user settings file. All is Ok, then I move project/sources on other machine/to other developer, at new place often need to run prorgam whith different arguments, and project file will be untouched. In C::B, this settings saved into cbp/ In my dev process, first, when .cbp is regenerated, program arguments are lost, second, if other developer want to run project with different params, the main project file will be modified.

 Welcome to discussion on this topic.
« Last Edit: September 18, 2008, 01:36:36 am by amarty »