Re: dll.e error while doing tcp stuff
- Posted by duke normandin <dnormandin at bsdrocksperlrolls.com> May 10, 2007
- 682 views
Larry Miller wrote: > > Warning: local constant txt1 in MyIPAddr.exw is not used > > Warning: local constant txt2 in MyIPAddr.exw is not used > > > > as in: > > > > txt1 = create(LText, "IP Address:", Win, 5, 5, 54, 20, 0), > > txt2 = create(LText, "Computer name:", Win, 5, 25, 77, 20, 0), > > > You can prevent all warning messages with the statement "without warning" > at the beginning of the program. But in this case it would be best to simply > delete the declarations of the offending constants. Yep. I thought of nuking the two assignments above, but I thought that in so doing, I'd break the widget. I'll give it a shot. Thanks. -- duke SW of Calgary - near the Rockies http://www.rootshell.be/~perlster/euphoria/