Author |
Message |
Topic: DOS CGI problems (qbasic/rm cobol) |
vamp999
Replies: 2
Views: 10925
|
|
the solution is print the header before send data to screen
/* Minimum CGI headers */
printf("Content-type: text/html\n\n");
but the rm cobol interpreter print some data before you ... |
Topic: DOS CGI problems (qbasic/rm cobol) |
vamp999
Replies: 2
Views: 10925
|
|
hi, first sorry for my bad english,
i tested RM COBOL compiler and interpreter(linker) as interbreter for CBL and COB files,
when i try to get some CBL file the compiler work fine and i get on ... |
|