willgr 0 Newbie Poster

Hello, I have built a CGI on Windows Vista. I compiled using Visual C++ Express as follows:

cl /Fescript.cgi /EHsc /O2 script.cpp

I used Dependency Walker to determine what libraries it depends on. It only depends on kernel32.dll

Hypothesis: This CGI should work on any other modern Windows machine by itself i.e. without the need to distribute anything except the CGI itself.

Is that a correct assumption?