Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I am making a program by irrKlang-1.0.4 to play files. But I want to use irrXML-1.2 to read playlists. I am using Microsoft Visual C++ 6.0 SP 6 in Windows XP SP-2. My project is MFC dialog based project. I've included irrXML's headers and neccessary files. If I compile the project then all are OK. But when I want to build it then an error occured. Error is like bellow::__ [color=red]"""j:\game engines\irrlicht\irrxml-1.2\src\irrxml.cpp(148) : fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe."""[/color] But I do it accordingly writen in the manual. If I do same thing in other project then it is OK... Please help me.. Mazhar Ahmed Shader Programer eYe Interactive Beta Tester Sega Entertainment |
||||
|
irrXML doesn't include precompiled headers, because this is a microsoft specific extension. Just check off the 'precompiled headers' option in your project or include the stdafx.h in all irrXml .cpp files. |
||||
|
Thanks a lot. It was very helpful to me. Thanks again. ;D |
|