tags:

views:

54

answers:

3

THere are a lot of wrappers for toolkits like Qt, Cocoa or WxWidgets for D, Python, Ruby and other languages.

I wonder if anyone has ever written a binding for MFC ?

+1  A: 

MFC is not a language so I can't see how (or why) there should be such wrapper.

Otávio Décio
MFC is totally bound to C++, so this question makes sense.
Lothar
A: 

This has been done for python:

Python Programming on Win32 using PythonWin

Nick Haddad
A: 

Okay i did it.

Some of the intrinsics of MFC are so dominant that i had to change to API's of my wrapper. For example you have to reverse the control flow to get the dialog resource template processing done.

But it works. And it works fine now.

I'm now happy to be able to program and use third party MFC components in Eiffel without message maps and other old weird stuff.

This is now much better then QT.

Lothar