Re: [fpc-devel] big resource

2009-07-06 Thread Dariusz Mazur

Michael Van Canneyt pisze:



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Michael Van Canneyt pisze:



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Hi
I include res file to executed file. Res is compiled by  brcc32 
from RC. Till now everything work OK.
But when i try extract big PNG picture from RES I had wrong size of 
file.

File has length 136303.
When I read it from res length is   5321. This seems  size of res 
is 16 bit.


This is intentional that size of resource is limited ?


Not intentionally, at least not that I am aware of. Maybe there is a 
bug ?

I use {$R file.res}
How prepare testcase: should I attach big PNG+RC+RES file?


Yes, but please test with 2.3.1 first. the resource mechanism was 
rewritten.

I made some test
FPC 2.3.1 with RC compiled by binutils windres - everything is OK
FPC 2.3.1 with RES compiled by brcc32 - 131kb png is not found

FPC.2.2.4 with RC compiled by binutils windres -
131kB PNG - size from resource is 5231
50KB PNG - size from resourse is 4294951983 (sic)

FPC.2.2.4 with RC compiled by brcc32 -
131kB PNG - size from resource is 0 (absent)
50KB PNG - size from resourse is 4294951983

I can make and upload more test, but which?
Is there any chance to make patch to FPC 2.2.4 (its stable)




--
 Darek




___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] big resource

2009-07-06 Thread Michael Van Canneyt



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Michael Van Canneyt pisze:



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Hi
I include res file to executed file. Res is compiled by  brcc32 from RC. 
Till now everything work OK.

But when i try extract big PNG picture from RES I had wrong size of file.
File has length 136303.
When I read it from res length is   5321. This seems  size of res is 16 
bit.


This is intentional that size of resource is limited ?


Not intentionally, at least not that I am aware of. Maybe there is a bug ?

I use {$R file.res}
How prepare testcase: should I attach big PNG+RC+RES file?


Yes, but please test with 2.3.1 first. the resource mechanism was rewritten.

Michael.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] big resource

2009-07-06 Thread Yury Sidorov

From: "Dariusz Mazur" 

Michael Van Canneyt pisze:



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Hi
I include res file to executed file. Res is compiled by  brcc32 
from RC. Till now everything work OK.
But when i try extract big PNG picture from RES I had wrong size 
of file.

File has length 136303.
When I read it from res length is   5321. This seems  size of res 
is 16 bit.


This is intentional that size of resource is limited ?


Not intentionally, at least not that I am aware of. Maybe there is 
a bug ?

I use {$R file.res}
How prepare testcase: should I attach big PNG+RC+RES file?


You should try FPC 2.3.1 first. It has rewritten resources support and 
may work properly.


Yury. 
___

fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] big resource

2009-07-06 Thread Dariusz Mazur

Michael Van Canneyt pisze:



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Hi
I include res file to executed file. Res is compiled by  brcc32 from 
RC. Till now everything work OK.
But when i try extract big PNG picture from RES I had wrong size of 
file.

File has length 136303.
When I read it from res length is   5321. This seems  size of res is 
16 bit.


This is intentional that size of resource is limited ?


Not intentionally, at least not that I am aware of. Maybe there is a 
bug ?

I use {$R file.res}
How prepare testcase: should I attach big PNG+RC+RES file?



--
 Darek




___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] big resource

2009-07-06 Thread Michael Van Canneyt



On Mon, 6 Jul 2009, Dariusz Mazur wrote:


Hi
I include res file to executed file. Res is compiled by  brcc32 from RC. 
Till now everything work OK.

But when i try extract big PNG picture from RES I had wrong size of file.
File has length 136303.
When I read it from res length is   5321. This seems  size of res is 16 bit.

This is intentional that size of resource is limited ?


Not intentionally, at least not that I am aware of. Maybe there is a bug ?

Michael.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] big resource

2009-07-06 Thread Dariusz Mazur

Hi
 I include res file to executed file. Res is compiled by  brcc32 from 
RC. Till now everything work OK.

But when i try extract big PNG picture from RES I had wrong size of file.
File has length 136303.
When I read it from res length is   5321. This seems  size of res is 16 
bit.


This is intentional that size of resource is limited ?

I use FPC 2.2.2 under Linux.

--
 Darek




___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel