Re: bind and shroud
- Posted by Robert Craig <rds at RapidEuphoria.com> Nov 29, 2005
- 521 views
George Walters wrote: > Out of 200+ programs that bind and shroud with no problem the exe of one > crashes with the message "expected to see possibly 'end' not a function > <scrambled code>". The program works as expected w/o binding and shrouding. > Any ideas how to track this down? > ... > BTW this is on 2.4 The 2.4 binder/shrouder is known to have some bugs like that. The 2.4 binder has its own parser, that is quite different, and sometimes less correct, than the parser used in the 2.4 interpreter. The differences show up in fairly unusual cases - maybe some weird syntax, or some special case of the namespace feature. The 2.5 binder/shrouder uses the exact same scanner, parser, symbol lookup etc. as the 2.5 interpreter, so errors like this would be extremely unlikely, and none have been reported. I don't support 2.4 anymore, but if I had a bug like that I would try to eliminate anything unusual that I was doing in the source that might be causing problems for the binder. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com