C++ Builder IDE >> Resource Data Contained inside exe file...

by qyte » Sat, 05 Nov 2005 09:35:02 GMT

I have open the exe file with a resource editor but i see a
category inside of it called RCDATA. There it contains all
the dfm of the project and other resources provided by components.
Is there a way of avoiding that? I can see that the exe's that
InnoSetup makes although it's built on delphi have no such data.
Is it possible to restrict the file size from within the IDE?
I mean without using an exe compressor such as upx.


C++ Builder IDE >> Resource Data Contained inside exe file...

by Michel Leunen » Sat, 05 Nov 2005 17:48:09 GMT





No. Your app needs these info to run correctly. For instance
informations about your forms. Try using your resource editor and change
one of the parameters of your form such as the width or height property,
you'll see that the dimensions of your form will change accordingly.


It's possible that InnoSetup uses raw API functions to create the
windows just to avoid the overhead of Borland forms. I don't know.

Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
----------------------------------------



Similar Threads

1. loading jpeg file from resource file embeded into exe

Hi

can anyone advise me please how to load a jpeg file from an embeded
resource file in Builder c++ v6.

Ive done bitmaps, apparently that works becasue its recognised by the
API, but appraently not with jpeg.

Any advice please.

Also i note that DIB and BMP have a RGB order of 

24 bit  : Blue , Green , Red   is the colour order of the bytes is it
the same for jpegs as well ??


Any help appreciated


thanks heaps

Peted

2. The specified image file did not contain a resource section