CIni for writing INI files
Hi all,
I have downloaded a CIni wrapper class for managing INI files. I added the files to my current project. And when I compiled it I got this error message.
...\Ini.cpp(44) : fatal error C1010: unexpected end of file while looking for precompiled header directive
What does this mean? What precompiled header directive?
Thanks for your help.
PS: If the author of CIni is still around, please post an example of how to use your class, although I think I can figure it out myself.
Novice.
Re: CIni for writing INI files
Try going to your project settings, C++, precompiled headers, and select automatic use of precompiled headers. This should solve your problem - I hope!!
Good luck,
Victor.