Thread: calling c++ program from a webpage

  1. #1
    Unregistered
    Guest

    Angry calling c++ program from a webpage

    Hi,

    I have written an search application in c++ and now i want to call that program from a website. I will get the inputs the c++ program needs in the webpage and then i have to trigger an action to execute the c++ code ...

    is there any way to that...

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    156
    I think the best way to do that is to covert your application to a ActiveX control. Your ActiveX object will be derived from an IDispatch interface. The IDispatch interface supports Automation. With automation the object is exposed to scripting languages and you can use HTML to access your object.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  2. calling constructor crashes program?
    By ichijoji in forum C++ Programming
    Replies: 6
    Last Post: 07-04-2003, 11:17 AM
  3. calling programs from a c++ program
    By md4u in forum C++ Programming
    Replies: 0
    Last Post: 05-04-2003, 07:39 AM
  4. Replies: 2
    Last Post: 05-10-2002, 04:16 PM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM