Hi, this problem has been plaguing me for literally months.
I have a short test C++ source here:
Problem is, as far as I know I need to compile to a .EXE, and rename to a .CGI, and upload it to my server to use it. However, my host does not allow .EXEs or renamed .EXEs due to security issues (btw, both my OS and the server's is Windows based).
So, has anyone any idea how to compile this baby into CGI NOT via compiling to an EXE?
I'm using Bloodshed Software's Dev-C++. (God I love the GNU
Thanks in advance.
I have a short test C++ source here:
Problem is, as far as I know I need to compile to a .EXE, and rename to a .CGI, and upload it to my server to use it. However, my host does not allow .EXEs or renamed .EXEs due to security issues (btw, both my OS and the server's is Windows based).
So, has anyone any idea how to compile this baby into CGI NOT via compiling to an EXE?
I'm using Bloodshed Software's Dev-C++. (God I love the GNU
Thanks in advance.