// JP opened flex table

Click to See Complete Forum and Search --> : Executable size optimization


Mike2
November 9th, 2001, 05:42 AM
Hi !

I actually programmed an application that used ODBC link and a lot of bitmaps (+- 70 bitmaps).

Then the size of my executable (in Release mode) is 18000 Ko.

Is somebody know options for optimize the size of the executable !

Thanks.

tigrisha
November 13th, 2001, 03:34 AM
I think you need to move out bmp's from exe resourses and load then programaticaly.

//JP added flex table