Hello All, How to use cgicc & fcglib under win32:
To do steps for Microsoft Visual Studio 2003 (VC7): To compile the fcgi-test.cpp under win32 you would have to add CGICC_EXPORT in Preprocessor definitions. Another problem which was solved earlier is that by default VC7 has Runtime Library set to Single Threaded Debug DLL (MLd), in order to assemble cgicc lib, fastcgi lib and run examples one would have to set Runtime Library to Multi Threaded Debug DLL (MDd) Hope it will help someone, I've spent several days figuring that out. And now, cgi-fast is running happily with cgicc allowing us to develop objects under win32 and then port them to ux* systems. -- www.rol.ru Best regards, Igor mailto:[EMAIL PROTECTED] _______________________________________________ help-cgicc mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cgicc
