Vampyre Imaging Library Forum

Imaging Category => Bugs And Other Insects => Topic started by: Galfar on 26 February 2007, 13:05:16

Title: JpegLib compilation problems in Free Pascal
Post by: Galfar on 26 February 2007, 13:05:16
Problems with compiling Imaging with Free Pascal (Win32) have been reported lately - fatal errors in JpegLib units. MODE DELPHI was set after uses clause in units that caused problems and FPC just ignored it, so compilation failed on some statements.

Problem was fixed - MODE is now set at the right place. Updated code is in SVN repository.