On Nov 23, 2007, at 10:17 AM, Patrick Ye wrote: > Furthermore, I keep getting the following message regarding the > jpeg io library: > crystalspace.graphic.image.io.jpeg: JPEG parameter struct mismatch: > library thinks size is 428, caller expects 464 > Is this the cause of my problem? If so, why is that isotest had no > trouble loading the jpeg files, and how would I be able to fix it?
This almost certainly is the cause of the trouble. It means that at build time it found headers for one version of the JPEG library but then linked with the library from a different version of JPEG. This may have been caused by you having installed multiple versions of the JPEG library on the machine and perhaps incompletely removed some versions so that older headers or libraries are still lying around and being found by the build process. -- ES ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
