I'm trying to write a cgi program that sends an an iamge whenever
called. I'm simply doing this:
puts(1, "Location: /isplaying.bmp\n\n")
and then bind with bindw to make a win32 .exe. I can put this in my
cgi-bin directory and (if my server's running of course), this works.
My browser loads whatever the image is on the server, not in cache,
which was my goal. My problem is that, everytime a browser calles it, a
console window flashes and disappears. Is there any way I can keep this
from happening, and have it execute silently? I've scoured the Euphoria
docs, but I suspect its a windows flag to be set or routine to be called
and I know *very* little about that.
|
Not Categorized, Please Help
|
|