Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

C++ API Migrating from Max 2017 to Max 2020

C++ API Migrating from Max 2017 to Max 2020

Anonymous
Not applicable
617 Views
1 Reply
Message 1 of 2

C++ API Migrating from Max 2017 to Max 2020

Anonymous
Not applicable

In Max 2017 C++ API, we are using:

#include <composite.h>

Composite::Interface *l_pCompIface = GetCompositeInterface(pMapComp);

 

In Max 2020:

The composite.h does not exist in and I could not find the Composite::Interface nor GetCompositeInterface.

Do you have a relevant migration guidelines, or another solution?

Thanks.

0 Likes
Accepted solutions (1)
618 Views
1 Reply
Reply (1)
Message 2 of 2

istan
Advisor
Advisor
Accepted solution

Did you search for the file in the maxsdk folder? I've found it !

0 Likes