1. commenting not work right with with
- Posted by Daniel Kluss <xerox_irs at hotmail.com> Sep 25, 2004
- 451 views
- Last edited Sep 26, 2004
I was profiling by time, then just wanted to profile, so I commented out time and it does this. Daniel ex.err C:\IMG\fat4215.e:8 unknown with/without option with profile--_time ^
2. Re: commenting not work right with with
- Posted by Bernard Ryan <xotron at bluefrog.com> Sep 25, 2004
- 444 views
- Last edited Sep 26, 2004
Daniel Kluss wrote: > > > I was profiling by time, then just wanted to profile, so I commented out time > and it > does this. > > > Daniel > > ex.err > C:\IMG\fat4215.e:8 > unknown with/without option > with profile--_time > ^ > Did you try placing a space between profile and -- like this: with profile -- _time Bernie My files in archive: http://www.rapideuphoria.com/w32engin.zip http://www.rapideuphoria.com/mixedlib.zip http://www.rapideuphoria.com/eu_engin.zip http://www.rapideuphoria.com/win32eru.zip
3. Re: commenting not work right with with
- Posted by Robert Craig <rds at RapidEuphoria.com> Sep 26, 2004
- 449 views
Daniel Kluss wrote: > I was profiling by time, then just wanted to profile, so I commented out time > and it > does this. > ... > > C:\IMG\fat4215.e:8 > unknown with/without option > with profile--_time > ^ OK, I've fixed it. It wants to see some whitespace before the start of the comment, but that shouldn't be required in a with/without statement. However in an include statement: include myfile--comment will correctly try to open "myfile--comment" since that's a legal filename. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
4. Re: commenting not work right with with
- Posted by codepilot Gmail Account <codepilot at gmail.com> Sep 27, 2004
- 449 views
Thanks, did you ever fix the problem with having #!c:\euphoria\bin\exw.exe, at the top of a file, then binding it, and it not working? On Sat, 25 Sep 2004 18:13:52 -0700, Robert Craig <guest at rapideuphoria.com> wrote: > > posted by: Robert Craig <rds at RapidEuphoria.com> > > Daniel Kluss wrote: > > I was profiling by time, then just wanted to profile, so I commented out > > time and it > > does this. > > ... > > > > C:\IMG\fat4215.e:8 > > unknown with/without option > > with profile--_time > > ^ > > OK, I've fixed it. > It wants to see some whitespace before the start of the comment, > but that shouldn't be required in a with/without statement. > > However in an include statement: > include myfile--comment > will correctly try to open "myfile--comment" > since that's a legal filename. > > Regards, > Rob Craig > Rapid Deployment Software > http://www.RapidEuphoria.com > > > > >
5. Re: commenting not work right with with
- Posted by Robert Craig <rds at RapidEuphoria.com> Sep 27, 2004
- 449 views
codepilot Gmail Account wrote: > Thanks, did you ever fix the problem with having > #!c:\euphoria\bin\exw.exe, at the top of a file, then binding it, and > it not working? Yes. The binder has been completely rewritten for 2.5, and that problem can't happen anymore. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com