Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know of a CGI function library that can be linked to executable QuickBASIC (compiled version) code to make executable CGI programs? Visual Basic has CGI32.BAS, and there are several C/C++ libraries available on the Internet, but none of my searches turned up anything for QuickBASIC like what I'm looking for.
I suppose I could get the C libraries and make a lib and qlb file from revissing the functions (declaring them as Pascal functions to handle argument and return value handling correctly) and compiling those to obj code, but was looking for something that might already be optimized for QB.
My job is doing web programming, and I do some ASP, but the file access is SO kludge-y compared to the simplicity of writing code for QB. It'd be nice to be able to handle all that with a QB executable.
I suppose I could get the C libraries and make a lib and qlb file from revissing the functions (declaring them as Pascal functions to handle argument and return value handling correctly) and compiling those to obj code, but was looking for something that might already be optimized for QB.
My job is doing web programming, and I do some ASP, but the file access is SO kludge-y compared to the simplicity of writing code for QB. It'd be nice to be able to handle all that with a QB executable.