Re: Some problems with EuServer
- Posted by Kat <gertie at PELL.NET> Aug 10, 2000
- 466 views
On 9 Aug 2000, at 17:16, Alex Ford wrote: > when i try running the run.bat it opens everything up but then i get this > error: > > G:\euphoria\MyGames\Internet\win32lib.ew:68 > attempt to redefine reverse - defined already in G:\EUPHORIA\include\misc.e > function reverse( sequence s1 ) This happens a lot, actually, just chose one include file or the other, and comment out that function in it. Add a line at the top as a note to yourself that you commented it out and why. Make sure both functions do the same thing, or comment out the one that does not do what your program needs. Kat