1. without type_check
		
		
I get an error when I bind a program that
contains the line
without type_check
It says something like unknown without command.
The program runs fine before binding.
What could be the hang-up here?
--Lucius Lamar Hilley III
--  E-mail at luciuslhilleyiii at juno.com
--  I support transferring of files less than 60K.
--  I can Decode both UU and Base64 format.
		
	 
	
		
		2. without type_check
		
			- Posted by Robert Craig <robert_craig at COMPUSERVE.COM>
			Mar 28, 1997
- 
				Last edited Mar 29, 1997			
Lucius L. Hilley III writes:
> I get an error when I bind a program that
> contains the line
> without type_check
> It says something like unknown without command.
> The program runs fine before binding.
> What could be the hang-up here?
One possibility that comes to mind:
You have "with profile_time" in your .ex file.
You ran your program with ex.exe for version 1.5, but
you haven't installed v1.5 fully yet, so when
you bind, you are binding with ex.exe for v1.4.
v1.4 doesn't know about "with profile_time".
It's new in v1.5.
Regards,
  Rob Craig
  Rapid Deployment Software
Official Euphoria Web pages:
    http://members.aol.com/FilesEu/
    http://ourworld.compuserve.com/homepages/robert_craig/
		
	 
	
		
		3. Re: without type_check
		
		
On Fri, 28 Mar 1997 22:32:50 -0500 Robert Craig
<robert_craig at COMPUSERVE.COM> writes:
>---------------------- Information from the mail header
>
>Lucius L. Hilley III writes:
>> I get an error when I bind a program that
>> contains the line
>
>> without type_check
>
>> It says something like unknown without command.
>
>> The program runs fine before binding.
>> What could be the hang-up here?
>
>One possibility that comes to mind:
>
>(blah, blah, blah)
>
>Regards,
>  Rob Craig
>  Rapid Deployment Software
I haven't been able to reproduce the error again.
I don't know what happened then or if it will
occur again.  I may have made a typo.
--Lucius Lamar Hilley III
--  E-mail at luciuslhilleyiii at juno.com
--  I support transferring of files less than 60K.
--  I can Decode both UU and Base64 format.