CGI distribution

Discussion in 'C++' started by willgr, Aug 30, 2010.

  1. willgr

    willgr New Member

    Joined:
    Aug 30, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice