quote:
Originally posted by Choli
Currently, the program uses GetPrivateProfileStringW and similar functions, therefore the handling of the *.ini files is as efficient as it can be (because it is handled by Windows) .
Oh, I think I couldn't even think about it because I remember MS discouraged using it. Good pointing out.
quote:
Originally posted by Choli
The text in those buttons is three dots: "..." You shouldn't have any problem viewing them. Are you using the default system font and the correct character encoding in your Windows?
I think it should be, but it shows weird characters for me. DBCS locale (Korean) might be the cause. Once you release the new version with full unicode support, it would be fine (I guess).