Re: Help needed in transfering VC++ program to WWW

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello Scot,

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?

Best Regards
Shobha

Scot T Brennecke wrote:
Most programs written with MFC are intended to be run on the local computer in a Windows
environment. Applications on the Internet are often a combination of code executed on the server
(such as PHP or ASP.NET) and in the local browser environment (such as through JavaScript or Java).
Most web applications do not (and should not) require that the user be running in a Windows
environment -- they should work for Unix/Linux, MacOS, etc. just as well.

Thus, there would not be an easy portability for an MFC program to a web application. The choice of
which language(s) to use, and whether to execute on the server and/or the client, will most depend
on the type of application it is. There is no single best answer to that part of your question.

<ranishobha21@xxxxxxxxx> wrote in message
news:1168868733.881784.323660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Hello,

i have a program written in VC++ using MFC.i want this program to be
available on WWW.can any one suggest how can i make it.

Is there any tools in visual studio so that i can easily make it
available on WWW or i have to again write the complete program on .net
or PHP.

even if i have to write the complete program which is easiest way to
make it and which one is the best either .net or PHP.

Thanks in advance

Shobha


.



Relevant Pages

  • Re: HELP: send binary replies back and forth ???
    ... a client, not a server. ... simple php function to set the timeout), ... Issues in writing php server are: ... >> and communication then goes back and forth between the server and client ...
    (comp.lang.php)
  • Re: How do we get there from here?
    ... >> executing on the server as a pre-processor. ... If there are client side versions of PHP, ... > name implies a static text file, is it different from a PHP script? ...
    (comp.databases.pick)
  • Re: Which Is The Better Approach To Working With Javascript?
    ... However this is achieved, PHP has no script interface, ... Javascript is run **ONLY** on the client. ... but I think the original answers based on the level of the OP were probably good ones; run it client side because the server likely doesn't provide it?. ...
    (comp.lang.php)
  • Re: Implementing a simple persistent web game server
    ... If you're going to use PHP on the server, ... implement from the client end. ... game events. ...
    (comp.lang.php)
  • Re: Running PHP 4 & PHP 5 together as modules
    ... Most people coding for 5 should be prepared to deal with a CGI environment ... Yes, thanks, but as you know running CGI is a lot more server ... PHP runs as ...
    (comp.lang.php)