Re: Rob win32 ??
- Posted by Robert Craig <rds at ATTCANADA.NET> Aug 13, 1999
- 474 views
Bernie Ryan writes: > If I execute PostQuitMessage({0}) then the DOSBOX error > reports routine 1 returns a value. > function foo1 > code ... > end function > routine 1 You must use the value returned by a function. You can't call a function as if it were a procedure, or you'll get an error message. Assign the result to a "junk" variable if you don't care what it is. Maybe you should post your code along with the exact error message you are getting so myself or someone familiar with Euphoria for WIN32 can tell you exactly what's going on. Regards, Rob Craig Rapid Deployment Software http://members.aol.com/FilesEu/