Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2151
| From | Deanna Earley <dee.earley@icode.co.uk> |
|---|---|
| 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 | 2014-09-12 10:15 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <luudk0$7e8$1@speranza.aioe.org> (permalink) |
| References | <lt7ml5$k1r$1@speranza.aioe.org> <luu0lh$lk9$1@dont-email.me> |
Cross-posted to 3 groups.
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.)
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
VB6 linker bug with resources larger than 0xfff0 bytes Deanna Earley <dee.earley@icode.co.uk> - 2014-08-22 16:12 +0100
Re: VB6 linker bug with resources larger than 0xfff0 bytes "Paulo" <nospam.vbstudent@syscolor.net> - 2014-09-12 06:34 +0100
Re: VB6 linker bug with resources larger than 0xfff0 bytes Deanna Earley <dee.earley@icode.co.uk> - 2014-09-12 10:15 +0100
Re: VB6 linker bug with resources larger than 0xfff0 bytes "Paulo" <nospam.vbstudent@syscolor.net> - 2014-09-12 15:14 +0100
csiph-web