CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Mar 2003
    Location
    SA
    Posts
    147

    Cool Re-Write MFC .... ?

    Am I crazy if I say I wanna re-write MFC .... hehe ???.. HAHA

    It will take me several month thought .... but I think I might mange ... hehe (but not all of MFC, just some parts, ect.)

  2. #2
    Join Date
    Apr 2000
    Location
    Mesa, AZ
    Posts
    189

    Cool

    More likely years. Yeah, you're crazy

  3. #3
    Join Date
    Sep 2002
    Posts
    1,747
    Don't rewrite MFC! Just write a whole new framework that takes better advantage of the c++ language and object-oriented design. Redoing MFC is, in my opinion, like rebuilding an Edsel.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

  4. #4
    Join Date
    Mar 2003
    Location
    SA
    Posts
    147

    Lets all stand together ...

    So why not lets us all stand together like Linux, open source, ect, and we keep a listing, for our own little code_gury language ... calling it something like

    Visual Guru C++ ... lol

    Who's scared of this challange, and we start from the basics, of c/c++, and we can split all these catagories .. like threads, sockets, windows, ect.

    And we start from standard, c/c++ and use the basics, and build our own revolutionary, c++ environment ... hehe

    Wooohhhhooooowwwwww !!! Watch out mars here we come ... Laughing Out Load hehe

  5. #5
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Lets all stand together ...

    Originally posted by xIRC
    So why not lets us all stand together like Linux, open source, ect, and we keep a listing, for our own little code_gury language ... calling it something like
    Already been done by some others.

    http://www.relisoft.com/win32/winnie.html

    Regards,

    Paul McKenzie

  6. #6
    Join Date
    Aug 2003
    Location
    Japan
    Posts
    146
    Rewriting MFC ?????

    Instead lets build a new object oriented framework for
    a specific domain.

    lets choose a particular domain (like Image processing)
    and design and develop a object oreinted or anyother class
    framework will be useful and challenging also!!
    "They can because they think they can" - Voltaire.

  7. #7
    Join Date
    Jul 2003
    Location
    Singapore
    Posts
    1,822
    actually i wanted to start on writing a new framework too...with WIN32 API...but it's already done by ppl as Mr.McKenzie said...however next monday(after my school project) i am gonna re-write some MFC classes with WIN32 API....
    R. Thomas
    "Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
    "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18

  8. #8
    Join Date
    Mar 2003
    Location
    SA
    Posts
    147

    API dependency ...

    The problem, on has to develop a framework for C/C++ when using the API system is it bounds you to the windows environment. Rather making a framework, that will be cross platform, meaning that the application can be written using the new generated frame works' classes, and can be used on both linux, and windows and then, the sub-sets or some where along the line the framework, as a whole can do seperate support for seperate operating systems ....

    Don't you guys think it's kind of nice idea ... ?

    But not all of us do coding of everything, we split this up into seperate parts, sockets, and it's sub components, ect.

    We all can learn and benifit, from this, and at stages, we all bring the code together, and start linking it. We can always have someone revise this code, and always anyone can join in and give/share idees, on how to make the code faster, better, and more reliable

    Hope we can get something kicking ...

  9. #9
    Join Date
    Sep 2001
    Location
    Victoria, BC, Canada
    Posts
    363
    Why not just use Borland if you want a better framework?

    That's just my opinion, no flaming please...

  10. #10
    Join Date
    Sep 2003
    Posts
    2

    Question Re:

    Originally posted by xIRC
    The problem, on has to develop a framework for C/C++ when using the API system is it bounds you to the windows environment. Rather making a framework, that will be cross platform, meaning that the application can be written using the new generated frame works' classes, and can be used on both linux, and windows and then, the sub-sets or some where along the line the framework, as a whole can do seperate support for seperate operating systems ....
    What a lovely idea!
    But don't you think, if write for both Linux & Windows, the code lose its flexibility?

  11. #11
    Join Date
    Jul 2003
    Location
    Singapore
    Posts
    1,822
    among all this discussion dont forget the link by Mr.McKenzie...its already been done!!
    R. Thomas
    "Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
    "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18

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