CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Any OS2 to MFC porting tools?

    Does anyone know if there are any tools or guides for porting OS2 Open Class Library (OCL) to MFC/win32 ? I haven't found anything on the net....

    Ken


  2. #2
    Join Date
    Apr 1999
    Posts
    33

    Re: Any OS2 to MFC porting tools?

    I've been working on this myself. I may offer a set of classes which provide similar functionality to OCL in terms of threads, strings and resources. Also in terms of containers and notebooks. But event handlers go away and message maps are in your face... Plus you cant get away from Document View. There is no analog the the flexiblity of IFrameWindow.

    regards,

    Rich


  3. #3
    Guest

    Re: Any OS2 to MFC porting tools?

    Let me know when you do so.

    Ken [email protected]


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