Convert MFC Doc/View to?

Posted by Harvey on Stack Overflow See other posts from Stack Overflow or by Harvey
Published on 2010-03-20T08:06:01Z Indexed on 2010/03/20 8:11 UTC
Read the original article Hit count: 339

Filed under:
|
|

My question will be hard to form, but to start:

I have an MFC SDI app that I have worked on for an embarrassingly long time, that never seemed to fit the Doc/View architecture. I.e. there isn't anything useful in the Doc. It is multi-threaded and I need to do more with threading, etc.

I dream about also porting it to Linux X Windows, but I know nothing about that programming environment as yet. Maybe Mac also.

My question is where to go from here?

I think I would like to convert from MFC Doc/View to straight Win API stuff with message loops and window procedures, etc. But the task seems to be huge.

Does the Linux X Windows environment use a similar kind of message loop, window procedure architecture?

Can I go part way? Like convert a little at a time without rendering my program unusable for long periods of work?

What is the best book to read to help me to move in that direction.

© Stack Overflow or respective owner

Related posts about mfc

Related posts about linux