CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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.


  2. #2

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured