View Single Post
  #1 (permalink)  
Old October 28th, 2011, 05:15 AM
David2011 David2011 is offline
Registered User
 
Join Date: Oct 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to WritePrivateProfileString

Hello,

I need some help for writing an numerical values in a ini file using WritePrivateProfileString() and reading it back using GetPrivateProfileInt().

Could someone please give me some examples or point me to guidelines on how to convert from integer to the type needed by function WritePrivateProfileString?
I tried to search some examples but did not find a solution till now.

David2011
Reply With Quote