|
Posted by Erwin Moller on 01/30/07 14:25
ranishobha21@gmail.com wrote:
> Hi,
>
> i have a client server program in VC++,i want to provide this client -
> server application on web.which program i should use whether PHP or i
> can convert VC++ to active X control and then display in html?
>
> Thanks in advance
>
>
> Best Regards
> Shobha
Hi,
You really should give us more information.
You VC++ program, does it use a window to communicate with the user?
If so, forget about PHP.
Or can it be fed commandline with some info, and then return some output?
If that is the situation, you could have a look at exec() and/or passthru(),
maybe they can help.
And if you want to deliver your VC++ program as a ActiveX control, this is
the wrong group for advise.
Regards,
Erwin Moller
[Back to original message]
|