CDialog!

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 21/11/2003 at 05:46, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.207 
Platform:   Windows  ;   
Language(s) :   C.O.F.F.E.E  ;  C++  ;

---------
Looking closer at GeDialog I found the function CDialog* Get()..... Is this CDialog class the MFC CDialog? Well....I can even define a CDialog* and get it with the Get() function. But then executing a CDialog Member Function is not possible. And including winafx.h leads to a bunch of problems.... Seems that somehow the CDialog class is defined in Cinema, and its even used, found at least 3 other functions who return CDialog pointers or even use them....but somehow the MFC must be included and used by Cinema. Would be just perfect if I could use MFC Functions for my dialogs, the number of possibilities to modify dialogs would increase tremendous! I could even dock my dialogs by software then........
Anyone has a little experience with that?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 21/11/2003 at 07:04, xxxxxxxx wrote:

CDialog is a private C4D class - it has nothing to do with MFC.