004
22.12.2004, 16:25 Uhr
~stephan
Gast
|
C++: |
char path[500]; DWORD size=500; GetPrivateProfileString("path", "path", "NULL", path, size, ".\\mp3.ini");
char szMP3File[] = ""<<path.c_str()<<"\0";
|
mit anderen worten wär schön wenn ich mich so ausdrücken könnte! so wars gemeint! nur kommt beim compilieren dieser error: error C2228: left of '.c_str' must have class/struct/union type nur sollte man wissen was class struct und union type sind liegts am includen? gruß, stephan |