cgi.d - fastcgi - how am i suppose to link in libfcgi.a or libfcgi.lib

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 1 10:09:05 PDT 2014


Try linking in these .obj files that I compiled for windows a 
while ago:

http://arsdnet.net/dcode/fcgi_win.zip

so unzip that, put it in your project directory and just add both 
.obj files to your compile command line along with 
-version=fastcgi.

It has been a LONG time since I used that, but I'm pretty sure 
that worked when I tried it on 32 bit windows and running the 
program through IIS.


More information about the Digitalmars-d-learn mailing list