Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Deanna Earley Newsgroups: microsoft.public.vb.general.discussion,comp.lang.basic.visual.misc,comp.os.ms-windows.programmer.win32 Subject: Re: VB6 linker bug with resources larger than 0xfff0 bytes Date: Fri, 12 Sep 2014 10:15:41 +0100 Organization: Aioe.org NNTP Server Lines: 18 Message-ID: References: NNTP-Posting-Host: rjApkXnSOjrT83QpZ8fKqg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.basic.visual.misc:2151 comp.os.ms-windows.programmer.win32:3280 On 12/09/2014 06:34, Paulo wrote: > Hi, Deanna > Have you fixed the problem with the RES file? Can you share the solution? It depends on the data in that resource. If it's XML and larger than 65520 bytes, you need to pad it with spaces to a DWORD boundary. (multiples of 4) Resources smaller than that are handled correctly if you have VB6 SP6. -- Deanna Earley (dee.earley@icode.co.uk) iCatcher Development Team http://www.icode.co.uk/icatcher/ iCode Systems (Replies direct to my email address will be printed, shredded then fed to the rats. Please reply to the group.)