// JP opened flex table

Click to See Complete Forum and Search --> : Rc file got too big


adipeer
November 7th, 2000, 07:03 AM
I have a project with about 15 DLG's and my Rc file is 100 MB in size.
If any one know how to correct this problem please answer.

nikb
November 7th, 2000, 10:16 AM
The dialogs are too few to account for that size. Do you have lots of string/version/icon/bitmap resources? If that is the case, you may want to isolate them into a DLL, that your program dynamically loads.

-n

adipeer
November 8th, 2000, 02:30 AM
It is not a case of too much icons or bmp files.
I have done some research and found out that the resone may be me using the FlexGrid ocx component. but i found no solution to the problem how to stop the rc file from growing with each change i make in the FlexGrid

//JP added flex table