Re: Help needed in transfering VC++ program to WWW
- From: ranishobha21@xxxxxxxxx
- Date: 30 Jan 2007 04:52:24 -0800
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
.
- References:
- Help needed in transfering VC++ program to WWW
- From: ranishobha21
- Re: Help needed in transfering VC++ program to WWW
- From: Scot T Brennecke
- Help needed in transfering VC++ program to WWW
- Prev by Date: Re: CButton and CEdit control's size is different between 96 DPI and 120 DPI for the same number of pixels
- Next by Date: Re: Point to resources in a MFC app
- Previous by thread: Re: Help needed in transfering VC++ program to WWW
- Next by thread: Re: Help needed in transfering VC++ program to WWW
- Index(es):
Relevant Pages
|