Re: bind and shroud
- Posted by don cole <doncole at pacbell.net> Nov 29, 2005
- 524 views
George Walters wrote: > > Well I've found by accident that the majority of these bind issues come > from the following: > > The main program has an integer variable named "julianDate". A date library > from the archives which I'm using has a global function named "julianDate" > as well. > > The bound programs can't handle this; however, running programs with the > source > normally in development mode handle this naming issue with no problem. So is > this my bug or a bind bug. It's rather devestating that the 2 don't execute > > the same. This means that lifecycle testing must be done twice, once in > source mode and again in bound mode. A real pain. > > Is there a way to find this beforehand? Euphoria 2.5 shows namesake errors like this when running the interpeter. Don Cole A Bug is an un-documented feature. A Feature is a documented Bug.