Re: MFC Apps on the Internet
Hi,
I have also have pretty good experience in MFC, and of late i have been developing internet related solutions. Even i have the idea of deploying MFC apps for the Internet.
Now comes the difficult part. You cannot deploy applications just like that. You have to make a decision as to where you want the application to run, on the Server or on the Browser. If you want to make your application to run on the browser then COM/activex is the only way. If you want a part of the application to run on the server then develop a GUI in HTMl and then access your application fucntionality from the Web Server.
Regards
BM
[email protected]
Re: MFC Apps on the Internet
Piece a cake. Link statically & zip up exe. User downloads, unzips & runs. What could be simpler?
"Geek used to be a four-letter word. Now it's a six-figure one."
Re: MFC Apps on the Internet
thanks very much. i'm just getting ideas from everyone on possible ways to do this. i'll put
yours on the list. we can talk back and forth about this further if you want.
my e-mail is [email protected]
mc