Re: CGI info
- Posted by Bernie Ryan <bwryan at PCOM.NET> Mar 18, 1999
- 515 views
Dan you wrote : >If anybody has time it would be nice to have a .ew file >to open/read these standard streams in Euphoria, and conform to the CGI >standard more accuratly. If you download the VB CGI source. I think that you will see that getting standard streams can be done the same way as other Euphoria windows programs. The key function is GetStdHandle in kernal32. Bernie