The compiler errors are fixed but the built engine crashes at startup with "Client fatal crashed: JPEG parameter struct mismatch: library thinks size is 448, caller expects 488".
I don't think it's due to this patch, because my own attempt ended with the exact same error. Can anyone confirm this? I use VS 2008 on a 32bit Windows 7.
(In reply to comment #1)
> The compiler errors are fixed but the built engine crashes at startup with
> "Client fatal crashed: JPEG parameter struct mismatch: library thinks size is
> 448, caller expects 488".
> I don't think it's due to this patch, because my own attempt ended with the
> exact same error. Can anyone confirm this? I use VS 2008 on a 32bit Windows 7.
Yes, i can confirm that. It works on the mingw build.
Created attachment 2715[details]
Define for MSVC in jconfig.h
Hi,
I think the INLINE define should be better put in jconfig.h (see my proposed patch).
You should also add USE_INTERNAL_JPEG in the Preprocessor definitions fields. As this is the only thing you need to avoid the "JPEG parameter struct mismatch" error.
Tequila
Smokin'Guns dev team
Right, this did the trick. Attached is a patch that merges your two patches, removes the inline define from the first one, adds USE_INTERNAL_JPEG and also adds tr_model_iqm.c to the files.
Created attachment 2716[details]
merged the previous patches
Right, this did the trick. Attached is a patch that merges your two patches, removes the inline define from the first one, adds USE_INTERNAL_JPEG and also adds tr_model_iqm.c to the files.
Created attachment 2650 [details] patch The update for .sln/.vcproj for 2008 version of Visual Studio, small compile fix for libjpeg.
Created attachment 2715 [details] Define for MSVC in jconfig.h Hi, I think the INLINE define should be better put in jconfig.h (see my proposed patch). You should also add USE_INTERNAL_JPEG in the Preprocessor definitions fields. As this is the only thing you need to avoid the "JPEG parameter struct mismatch" error. Tequila Smokin'Guns dev team
Created attachment 2716 [details] merged the previous patches Right, this did the trick. Attached is a patch that merges your two patches, removes the inline define from the first one, adds USE_INTERNAL_JPEG and also adds tr_model_iqm.c to the files.