How I can make my MFC dialoge application workable online?
I built an system using MFC dialuge and you can considre it like question answering system take its knowledge from Access DB and the system is just one interface like any chatting interface(msn,yahoo,...) one box for entering text and a nother box for displaying the system answer or text and one send button.
My problem is I need to put my system online So I need your suggestions in this issue?
What are the techniques should I use to make this happen?
I searched about CGI with VC++ and its looks useful and some links told me to convert my system to dll files after that link it to HTML page but I have no experince in both of them so please any one have an ideas thats will be so appreciated because I don't want to read and waste my time in the wrong direction?
Please note: What about the DB because many users should use the system at the same time.
Thanks alot
Re: How I can make my MFC dialoge application workable online?
You want to make a web application similar to the MFC windows application? Running in the browser? Well, this would definitely require starting from scratch. I recommend ASP.NET with SQL Server on the back end for the database. Or of course, you could use php and mysql. But you have to rewrite everything.
Re: How I can make my MFC dialoge application workable online?
Thanks for your reply but I have no time to do that so I leave this option as last solution
Thanks alot
Re: How I can make my MFC dialoge application workable online?
Quote:
Originally Posted by
hijjawi
Thanks for your reply but I have no time to do that so I leave this option as last solution
Thanks alot
There is no easy way to do it that I know of
Re: How I can make my MFC dialoge application workable online?
Quote:
Originally Posted by
hijjawi
Thanks for your reply but I have no time to do that so I leave this option as last solution
Thanks alot
Well, next time I suggest you think about the things you have to do in advance, understand what work their require, how much time it would take, and you plan your work efficiently in advance.
Re: How I can make my MFC dialoge application workable online?
Maybe setting up something like a Citrix server would work for you.
http://www.citrix.com/lang/English/home.asp
Re: How I can make my MFC dialoge application workable online?
Thanks for all suggestions and reply.
I'll read about Citrix thanks.