Page 1 of 1

wince.. no GetPrivateProfileString?

PostPosted: Feb 2, 2004 @ 3:16pm
by izeman

PostPosted: Feb 2, 2004 @ 3:55pm
by angedelamort

PostPosted: Feb 2, 2004 @ 8:42pm
by gamefreaks

PostPosted: Feb 3, 2004 @ 2:19am
by izeman
i avoid the registry with the same reason as gamefreak. and i also need to the config files (theme files actually) to be easily edited by users.

my theme file has this format:

[toolbar]
button.color=cc0000
button.textColor=c0c0c0

[menu]
...

this was easily parsed by a getprivateprofilestring by providing a section and a key. guess i'll have to code another class and do it myself

PostPosted: Feb 3, 2004 @ 8:19pm
by angedelamort