Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #1631
| From | "Mike Williams" <Mike@WhiskyAndCoke.com> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: Where To Write My File |
| Date | 2012-11-13 17:07 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <k7tvf2$o8p$1@dont-email.me> (permalink) |
| References | (1 earlier) <k7r2v6$am3$1@dont-email.me> <xQbos.1$kt5.0@fx08.am4> <01cdc12d$87bcaa30$7a02a8c0@k8s8x> <Lnqos.371025$Bz2.237627@fx11.am4> <k7tiqj$m11$1@speranza.aioe.org> |
"Schmidt" <sss@online.de> wrote in message news:k7tiqj$m11$1@speranza.aioe.org... >> >> [Ivar said] One of my rules on software development is to >> have no external references except what's in winders. No >> ActiveX, No Dlls . . . So all the user controls and objects >> are within the compiled exe. Sometimes I have to re invent >> the wheel to achieve this, ... > > [Olaf Schmidt said] - and as it seems, you now broke your > own "rule" for the sake of more performance. Actually I don't think he did break his rule, Olaf, or at least he did not break his own interpretation of that rule. As far as I can gather from his various posts the OP has embedded the DLL file into his compiled exe (as a resource I imagine) and at runtime his code is extracting the DLL and saving it to a specific folder which is available for writing on the machine on which his exe is running and he is then using LoadLibrary so his code can use it from the location to which his exe saved it. This enabled him to still send just a single exe file to his customers. At least that's what I think he is doing . . . and I'm sure you'll have a few things to say to him about that ;-) Mike
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-04 21:21 +0000
Re: Where To Write My File Jim Mack <no-uce-ube@mdxi.com> - 2012-11-04 16:51 -0500
Re: Where To Write My File "DaveO" <djo@dial.pipex.com> - 2012-11-05 09:54 +0000
Re: Where To Write My File Deanna Earley <dee.earley@icode.co.uk> - 2012-11-05 10:12 +0000
Re: Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-05 11:35 +0000
Re: Where To Write My File "DaveO" <djo@dial.pipex.com> - 2012-11-05 11:59 +0000
Re: Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-05 12:17 +0000
Re: Where To Write My File Deanna Earley <dee.earley@icode.co.uk> - 2012-11-05 13:43 +0000
Re: Where To Write My File GS <gs@somewhere.net> - 2012-11-12 10:00 -0500
Re: Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-12 19:10 +0000
Re: Where To Write My File GS <gs@somewhere.net> - 2012-11-12 17:08 -0500
Re: Where To Write My File "Thorsten Albers" <gudea@gmx.de> - 2012-11-12 23:29 +0000
Re: Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-13 11:43 +0000
Re: Where To Write My File Schmidt <sss@online.de> - 2012-11-13 14:43 +0100
Re: Where To Write My File "Mike Williams" <Mike@WhiskyAndCoke.com> - 2012-11-13 17:07 +0000
Re: Where To Write My File Schmidt <sss@online.de> - 2012-11-13 19:00 +0100
Re: Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-13 19:10 +0000
Re: Where To Write My File "Mayayana" <mayayana@invalid.nospam> - 2012-11-13 09:08 -0500
Re: Where To Write My File "Ivar" <ivar.ekstromer000@ntlworld.com> - 2012-11-13 19:16 +0000
Re: Where To Write My File ralph <nt_consulting64@yahoo.com> - 2012-11-13 09:18 -0600
Re: Where To Write My File "DaveO" <djo@dial.pipex.com> - 2012-11-13 16:41 +0000
Re: Where To Write My File "CoderX" <coder@x.com> - 2012-11-15 13:38 -0500
Re: Where To Write My File Deanna Earley <dee.earley@icode.co.uk> - 2012-11-13 10:19 +0000
csiph-web