CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2009
    Posts
    20

    Red face 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

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    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.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Jan 2009
    Posts
    20

    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

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: How I can make my MFC dialoge application workable online?

    Quote Originally Posted by hijjawi View Post
    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

  5. #5
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: How I can make my MFC dialoge application workable online?

    Quote Originally Posted by hijjawi View Post
    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.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  6. #6
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    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

  7. #7
    Join Date
    Jan 2009
    Posts
    20

    Re: How I can make my MFC dialoge application workable online?

    Thanks for all suggestions and reply.

    I'll read about Citrix thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured