GetPrivateProfileString funtion for MFC application in Win CE
Posted
by ame
on Stack Overflow
See other posts from Stack Overflow
or by ame
Published on 2010-03-29T05:52:09Z
Indexed on
2010/03/29
5:53 UTC
Read the original article
Hit count: 707
I understand that WinCE does not support the above function. However as it has been used in the code I am trying to port to Win CE environment, I am trying to rewrite the function to work in Win CE.
http://www.codeproject.com/KB/mobile/GetPrivateProfileString.aspx The code at this link does not work as fstream is not supported. Please let me know how I can modify the above code/ rewrite the code for my purpose.
© Stack Overflow or respective owner