Hi,
My app. needs to create 3 INI files on the fly. In total those inis contain about 20 entries.
I tried to write those entries using WritePrivateProfileString, one after each other.
Windows did not fulfill the task. I saw only a few entries created.
Is the Windows API too slow to do such a simple job? What can we expect if we really want to write complicated software with it?
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited January 20, 2001).]
My app. needs to create 3 INI files on the fly. In total those inis contain about 20 entries.
I tried to write those entries using WritePrivateProfileString, one after each other.
Windows did not fulfill the task. I saw only a few entries created.
Is the Windows API too slow to do such a simple job? What can we expect if we really want to write complicated software with it?
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited January 20, 2001).]
Comment