From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5feb723c26279aee X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Win32 dialogs/resource grief (longish) Date: 2000/03/02 Message-ID: #1/1 X-Deja-AN: 592517123 References: <38BC8428.901597BD@brighton.ac.uk> <38bdb710_1@news2.prserv.net> <38BE69BC.18BC5895@bton.ac.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: admin@usenetserver.com Organization: UseNet Server, Inc. http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. NNTP-Posting-Date: Thu, 02 Mar 2000 22:48:54 EST Newsgroups: comp.lang.ada Date: 2000-03-02T00:00:00+00:00 List-Id: John English wrote in message <38BE69BC.18BC5895@bton.ac.uk>... >As it happens, Windres seems to give me the same result. I sent you the working versions of your code that use Windres. Make sure that you are including both resources in a single .rc script. If not, even Windres can not help you. >Gnat complains that at least 160 bits (20 bytes) are required for >Dialog, so I have to drop Menu from the rep clause (but thankfully >it still works fine) -- any idea why 20 bytes are required when the >size has explicitly been set to 18 bytes? I'll try and take a look when I get a chance, but you should probably send a note to report@gnat.com since ACT frequently looks in to these matters and often makes fixes to Win32Ada. David Botton