INI Files -Read/WritePrivateProfilestring
-
PocketPC2002 doesn't appear to support the ini file api. Is there a class floating around that handles this? ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
-
PocketPC2002 doesn't appear to support the ini file api. Is there a class floating around that handles this? ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
Use the registry perhaps? VORegistry[^] The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D]
-
Use the registry perhaps? VORegistry[^] The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D]
Read my message again. I said I need to be able to read/write INI files. Nowhere in that message did I say that using the registry was either acceptable or the desired solution. I don't ask just questions out of the fuckin' blue, so don't treat me like a brain-dead noob. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
-
Read my message again. I said I need to be able to read/write INI files. Nowhere in that message did I say that using the registry was either acceptable or the desired solution. I don't ask just questions out of the fuckin' blue, so don't treat me like a brain-dead noob. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends
John Simmons / outlaw programmer wrote: Nowhere in that message did I say that using the registry was either acceptable or the desired solution Neither did you say that it wasn't. I am certainly aware that you are not a brain-dead noob. I suggested the registry because PocketPCs don't seem to use ini files. Can I safely assume that since you have tried
WritePrivateProfileString
that you have also triedWriteProfileString
? If this isn't possible, then I'll just go away and waste someone else's time. The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D] -
John Simmons / outlaw programmer wrote: Nowhere in that message did I say that using the registry was either acceptable or the desired solution Neither did you say that it wasn't. I am certainly aware that you are not a brain-dead noob. I suggested the registry because PocketPCs don't seem to use ini files. Can I safely assume that since you have tried
WritePrivateProfileString
that you have also triedWriteProfileString
? If this isn't possible, then I'll just go away and waste someone else's time. The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D]Atlantys wrote: I suggested the registry because PocketPCs don't seem to use ini files. Hence my question. Atlantys wrote: Can I safely assume that since you have tried WritePrivateProfileString that you have also tried WriteProfileString? WriteProfileString *only* writes to the registry in CE. I need to write to INI files on a storage card. ------- signature starts "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 "You won't like me when I'm angry..." - Dr. Bruce Banner Please review the Legal Disclaimer in my bio. ------- signature ends