000
16.11.2003, 15:26 Uhr
docreggae
|
Hallo,
Ich will meine Varablen in einem andern Format (wie bei *.ini Dateien) speichern als es serialize tut. Das Programm, welches ich scheibe, ist nämlich nur eine Art Editor für ein anders Programm, welches diese halt in dieser Form braucht. Mein Problem ist nun, dass das nicht funktioniert. Hier ist mein Versuch:
C++: |
CFile *file = ar.GetFile(); CString sPath = file->GetFilePath(); WritePrivateProfileString("Settings","Language","test",sPath);
|
Die Datei wird erstellt, aber ohne Inhalt. Was kann man da machen? |