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 ?
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 ?
MFC is not a language so I can't see how (or why) there should be such wrapper.
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.