Author |
Message |
Topic: CGI GIF output corrupted |
neptune
Replies: 2
Views: 9344
|
|
Much apreciated aprelium. I changed stdout to binary mode with the following:
#include <fcntl.h>
#include <io.h>
_setmode(_fileno(stdout), _O_BINARY);
And all works a ... |
Topic: CGI GIF output corrupted |
neptune
Replies: 2
Views: 9344
|
|
I have a cgi written in C that dynamically creates a small GIF. It works without any problems under apache on a linux system and most of the time under Abyss on WinXP.
Under Abyss, the output is som ... |
|