MFC vs. Arx

MFC vs. Arx

Anonymous
Not applicable
426 Views
4 Replies
Message 1 of 5

MFC vs. Arx

Anonymous
Not applicable
When desiging interfaces for Arx programs, is there any benefit to using
Arx's derivatives over straight MFC? Obviously there is for things like
numerical edits, color combos etc. but what about plain old dialogs or
even tabbed dialogs? Should I use Arx's or just stick with MFC?
Thanks, perry
0 Likes
427 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
perry wrote:
> When desiging interfaces for Arx programs, is there any benefit to using
> Arx's derivatives over straight MFC? Obviously there is for things like
> numerical edits, color combos etc. but what about plain old dialogs or
> even tabbed dialogs? Should I use Arx's or just stick with MFC?
> Thanks, perry
Hmmm, guess its moot.
0 Likes
Message 3 of 5

Anonymous
Not applicable
Personally I prefer the MFC thingees,
but reasons, well, hmmff, I already
know them... And I reuse code better,
since the same screens I make for
autoCAD are used by people who
don't have autoCAD.....
0 Likes
Message 4 of 5

Anonymous
Not applicable
I never found much use for MFC in ObjectARX. But when I started programming ADT, I had no choice as all their dialogs are derived from MFC classes.

On the plus side at least I get input boxes for arch units that are easy to use.

But using windows forms in dotnet and calling them from managed C++ is much easier, I use them whenever I can.
0 Likes
Message 5 of 5

Anonymous
Not applicable
Well, i know this isn't going to be much help - but i've never used the ARX
dialog types. I've been writing ARX for more than five years, and the only
AcUi or AdUi class i ever use is the DockControlBar (and its derivatives).
I have written several extremely UI intensive apps, but i never felt the
need to use anything over MFC.

So basically the point i'm trying to make is that you certainly don't NEED
to use the ARX dialog types. But don't take my word for it, cause i like to
reinvent UI components as much as possible... haha.

Hope that was helpful.

-Rich


"perry" wrote in message
news:4959220@discussion.autodesk.com...
When desiging interfaces for Arx programs, is there any benefit to using
Arx's derivatives over straight MFC? Obviously there is for things like
numerical edits, color combos etc. but what about plain old dialogs or
even tabbed dialogs? Should I use Arx's or just stick with MFC?
Thanks, perry
0 Likes