Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.os2.apps > #741
| From | Paul Ratcliffe <abuse@orac12.clara34.co56.uk78> |
|---|---|
| Newsgroups | comp.os.os2.apps |
| Subject | Re: libc0xx mayhem....what to do? |
| Date | 2011-12-31 11:46 +0000 |
| Message-ID | <slrnjfttfo.9vm.abuse@news.pr.network> (permalink) |
| References | <Qg5I6Bo2seGy-pn2-ei56YmfJPFc5@neurobox> <4efd5014$0$2300$c3e8da3$460562f1@news.astraweb.com> <Qg5I6Bo2seGy-pn2-BH5JHK5ZXysw@neurobox> <slrnjfsnu6.9g4.abuse@news.pr.network> <Qg5I6Bo2seGy-pn2-GwOXeVoDti1i@neurobox> |
On 31 Dec 2011 03:44:06 GMT, Dariusz Piatkowski <dariusz@_NO-SPAM_mnsi.net> wrote: >> > 1) take a gamble and just copy libc064.dll and re-name as libc06b4.dll (only >> > testing would show the impact I suppose) >> >> That won't work as the module name is built into the DLL header. >> You would need to use DLLRNAME to do the job properly, but it only >> works for DLL names which have the same number of characters. > > Thanks for that insight...speaking about taking the 'from the ground up' > approach instead...I see that the existing libc stuff is GCC 3.3.5 based...how > does that compare to attempting to compile this with your latest GCC release? > > I am very tempted to take the 'easy way out' and install your complete > environment package... You've got the wrong Paul. You want Mr. Smedley, not me. I know virtually nothing about GCC, apart from having struggled with it to compile ISOFS. Forwarder DLLs are fairly easy (in IBM VAC++ 3 anyway, no idea about GCC) if you know what you are trying to achieve, since they are just lists of imports and exports. Of course, you MUST make sure the interfaces are the same between libc versions, otherwise you will crash and burn. This may or may not be easy to deduce. I guess you need to look at all the relevant source code to be sure.
Back to comp.os.os2.apps | Previous | Next — Previous in thread | Next in thread | Find similar
libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-29 23:08 +0000
Re: libc0xx mayhem....what to do? Peter Brown <losepeteSPAM-ME-NOT@ntlworld.com> - 2011-12-30 01:44 +0000
Re: libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-30 18:15 +0000
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-30 12:10 -0800
Re: libc0xx mayhem....what to do? Paul Smedley <paulDESPAM@DESPAMMsmedley.id.au> - 2011-12-31 14:49 +1030
Re: libc0xx mayhem....what to do? Steve Wendt <spamsux@forgetit.org> - 2011-12-29 21:45 -0800
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-30 00:21 -0800
Re: libc0xx mayhem....what to do? Steve Wendt <spamsux@forgetit.org> - 2011-12-30 23:27 -0800
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-31 00:48 -0800
Re: libc0xx mayhem....what to do? Paul Smedley <paulDESPAM@DESPAMMsmedley.id.au> - 2012-01-01 10:03 +1030
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-31 17:10 -0800
Re: libc0xx mayhem....what to do? Paul Smedley <paulDESPAM@DESPAMMsmedley.id.au> - 2012-01-01 18:33 +1030
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2012-01-01 00:48 -0800
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-30 00:26 -0800
Re: libc0xx mayhem....what to do? "Dave Saville" <dave@invalid.invalid> - 2011-12-30 13:02 +0000
Re: libc0xx mayhem....what to do? Andreas Schnellbacher <aschn@despammed.com> - 2011-12-30 18:34 +0100
Re: libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-30 17:49 +0000
Re: libc0xx mayhem....what to do? "Steven Levine" <steve53@nomail.earthlink.net> - 2011-12-30 19:48 -0600
Re: libc0xx mayhem....what to do? "Dave Saville" <dave@invalid.invalid> - 2011-12-31 09:28 +0000
Re: libc0xx mayhem....what to do? "Steven Levine" <steve53@nomail.earthlink.net> - 2012-01-01 00:48 -0600
Re: libc0xx mayhem....what to do? "Dave Saville" <dave@invalid.invalid> - 2012-01-01 11:02 +0000
pmdll nits (was libc0xx mayhem....what to do?) "Steven Levine" <steve53@nomail.earthlink.net> - 2012-01-02 12:45 -0600
Re: libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-30 18:30 +0000
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-30 12:18 -0800
Re: libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-30 23:30 +0000
Re: libc0xx mayhem....what to do? Dave Yeo <dave.r.yeo@gmail.com> - 2011-12-30 20:52 -0800
Re: libc0xx mayhem....what to do? Paul Ratcliffe <abuse@orac12.clara34.co56.uk78> - 2011-12-31 01:05 +0000
Re: libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-31 03:44 +0000
Re: libc0xx mayhem....what to do? Paul Ratcliffe <abuse@orac12.clara34.co56.uk78> - 2011-12-31 11:46 +0000
Re: libc0xx mayhem....what to do? "Dariusz Piatkowski" <dariusz@_NO-SPAM_mnsi.net> - 2011-12-31 14:05 +0000
csiph-web