News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

configurations in 'default.conf'

Started by LETARTARE, February 13, 2013, 03:21:02 PM

Previous topic - Next topic

LETARTARE

hello,
can I clean the file 'default.conf' old unused configurations ?
cordially
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

LETARTARE

examples with a script wizard :

PathConfig <- _T("/avr_lib_target_wizard/")
AvrBoards <- ConfigManager.Read(PathConfig + _T("boards"), _T(""))
AvrLibs <- ConfigManager.Read(PathConfig + _T("libs"), _T(""))

and
ConfigManager.Write(PathConfig + _T("boards"), AvrBoards);
ConfigManager.Write(PathConfig  + _T("libs"), AvrLibs)
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'