INI file
C / C++ / MFC
3
Posts
3
Posters
1
Views
1
Watching
-
is there a way I can add Comments to the INI file . I am actually using the GetPrivateProfile method. I want the comments to leave the operation unaltered !
A line that starts with a semi-colon ';' is treated as a comment and ignored by all the GetXxxProfileXxx() functions. Brad
-
is there a way I can add Comments to the INI file . I am actually using the GetPrivateProfile method. I want the comments to leave the operation unaltered !
As far as I know, there's no API for adding comments. You have to do it yourself. Regards, Alvaro
Hey! It compiles! Ship it.