by Maahes <maahes@[EMAIL PROTECTED]
>
Jul 4, 2007 at 11:30 PM
Singulus wrote:
> I've just skimmed all threads here containing "mfc", but I didn't find
> what I'm looking for. So, here is what it is:
I'm in the process of writing a similar editor for my PC engine.
I'm using Windows C++ Forms library and its pretty sweet and fast to
use. My PC engine is just C++ static link libs so I can just link with
it and call functions natively and engine runs happily in a panel control.
You have to use a special function to pass managed strings into the
non-managed engine, but otherwise everything is pretty straight forward.
With forms, this means the utility code is Micro$oft managed c++, which
means its not ****table to Mac or Unix, so I don't know if thats a factor
for you.
I wouldn't touch MFC with a 10 foot pole.