Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I want to develop a web application using Apache, C++ for cgi and Postgresql.
I want to use a precompiled CGI library with support for Get, Post, Session Variables storing and retrieving and File uploading. Which CGI library can i use.
I have tried
cgicc - cannot compile and use it
cppcms - cannot compile and use it
wt - restricted commercial license. Cannot use open source license. cannot distribute my code.

what else CGI library is available for c++ cgi programming. I am using visual studio 2019 community edition for c++.
I need a precompiled binary that i can use in my c++ project.
Thanks

What I have tried:

cgicc - cannot compile and use it
cppcms - cannot compile and use it
wt - restricted commercial license. Cannot use open source license. cannot distribute my code.
Posted
Updated 30-Mar-21 1:28am

1 solution

Install vcpkg[^] to install cgicc for Visual Studio 2019. Follow the instructions in the link I gave.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900