Hello!
I have look into then source and the problem is in JMemMgr Procedure
"jinit_memory_mgr" in the line 1214
The compiler as the problem to conpile form
if (long (test_mac) <> MAX_ALLOC_CHUNK) or
((MAX_ALLOC_CHUNK mod SIZEOF(ALIGN_TYPE)) <> 0) then
ERREXIT(cinfo, JERR_BAD_ALLOC_CHUNK);
when you change it to
if (long (test_mac) <> MAX_ALLOC_CHUNK) then
ERREXIT(cinfo, JERR_BAD_ALLOC_CHUNK);
if ((MAX_ALLOC_CHUNK mod SIZEOF(ALIGN_TYPE)) <> 0) then
ERREXIT(cinfo, JERR_BAD_ALLOC_CHUNK);
then the unit can compile.
bye,
Wolfgang
Post by g***@nifty.comThe file that did the compilation failure to following URL was hardened.
http://homepage2.nifty.com/Average/arch/gloader.zip
Here is a graphic loader of bmp, jpeg, and png that became an origin (VirtualP
ascal version).
http://homepage2.nifty.com/Average/arch/gsv2.zip
However, if PasJpeg work with WDSibyl, we ignore this story :-)
----- Original Message -----
Date: Wed, 17 Jan 2007 06:45:13 +0100
Subject: Re: [sibyl-dev] WDSibyl / JPG-Files (or other)
Hello!
Please send me your modified source (SPR, PAS, .... Files). Then I can
look whats happen.
bye,
Wolfgang
Post by g***@nifty.comInternal Error(Undef Label) went out and it stopped when the source of PasJP
EG
Post by g***@nifty.comwas compiled with WDSibyl.
How should I deal?
The Jpeg library for FreePascal is here.
http://www.nomssi.de/pasjpeg/pasjpeg.html
I think that it can misappropriate it because there is tImageClass
for Delphi in this.
Though I have only the use experience with VirtualPascal.
---------------------------------------------------------------------
--
Homepage: www.wdsibyl.org
---------------------------------------------------------------------
---------------------------------------------------------------------
--
Homepage: www.wdsibyl.org
e-Mail: ***@chello.at
Jabber-ID: ***@jabber.ccc.de
Room (de): ***@conference.jabber.ccc.de