Re: 2,5 install problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Oct 13, 2005
- 470 views
On Thu, 13 Oct 2005 00:29:12 -0700, don cole <guest at RapidEuphoria.com> wrote: >Robert Craig wrote: >> You'll have to run the binder outside of your editor, >> until you find an editor that supports 2.5 binding. > >Is Edita one of those? >Robert Craig wrote: >Yes. I see Edita has a nice GUI interface for 2.5 binding/shrouding, >(though I just did a quick test and it didn't produce a bound .exe >or any error message). I don't have registered 2.5 so if there is a problem maybe someone can debug it for me. I have had one report of it working fine. Some notes: The code to look at is in eabind.ew (total 363 lines). You can probably ignore the code in routine Bind() (it looks for a special comment on line1 or 2 and sets defaults from it). The actual command line is (repeatedly) built by setCmdLine(), shown on-screen in the CmdTxt field, and executed by the line: void=system_exec(getText(CmdTxt), 2) Actually, Rob, was there anything obviously wrong with the command line it was executing? Should I be looking for anything other than a result of -1 from system_exec in this case? It might be something I never quite understood: I found I had to use "exw.exe bind.ex -w32 " rather than "bindw" on 2.4. Pete