Click to See Complete Forum and Search --> : Resource Localization Toolkit, problems with OCX controls


Christian Busch
March 29th, 1999, 09:51 AM
Hi,

we try to use the RLTTools from Microsoft with files using OCX-controls. It seem as if the tool runs out of memory whenever there is a dialog in the resource with an embedded control.

In the RC-file the suspected part looks like this:

IDD_IMAGEVIEW DLGINIT

BEGIN

IDC_IMAGE_VIEW, 0x376, 259, 0

0x001d, 0x0000, 0x0043, 0x006f, 0x0070, 0x0079, 0x0072, 0x0069, 0x0067,

0x0068, 0x0074, 0x0020, 0x0028, 0x0063, 0x0029, 0x0020, 0x0031, 0x0039,

0x0039, 0x0035, 0x0020, 0x0058, 0x0069, 0x0072, 0x0069, 0x0073, 0x0020,

0x0049, 0x006e, 0x0063, 0x002e, 0x0000, 0x0090, 0x52c9, 0x0000, 0x35be,

0x0000, 0x000d, 0x0000, 0x0000, 0x0000, 0xbd81, 0x007d, 0x0300, 0xe352,

0x910b, 0xce8f, 0x9d11, 0x00e3, 0x00aa, 0xb84b, 0x0151, 0x0000, 0x9000,

0x4401, 0x0142, 0x0d00, 0x534d, 0x5320, 0x6e61, 0x2073, 0x6553, 0x6972,

0xff66, 0xfffe, 0x490b, 0x6d00, 0x6100, 0x6700, 0x6500, 0x4400, 0x6500,

0x7600, 0x6900, 0x6300, 0x6500, 0x0000, 0x9000, 0x0000, 0x8000, 0x003f,

0x8000, 0x003f, 0x0000, 0x0000, 0x0000, 0x0600, 0x0000, 0x0101, 0x0001,

0x0001, 0x0300, 0xe352, 0x910b, 0xce8f, 0x9d11, 0x00e3, 0x00aa, 0xb84b,

0x0151, 0x0000, 0x9000, 0x4401, 0x0142, 0x0d00, 0x534d, 0x5320, 0x6e61,

0x2073, 0x6553, 0x6972, 0x0066, 0x0000, 0xff00, 0xffff, 0x0000, 0xff00,

0x0000, 0xff00, 0x0100, 0x0100, 0x0001, 0x0000, 0x000d, 0x0000, 0xffff,

0xfffe, 0x0000, 0x0000, "\000"

0

END


It's no matter of size, even much bigger RC-files work fine without the control.


Can anybody help ?