SDK Requirments

SDK Requirments

MehdiZangenehBar
Advocate Advocate
4,399 Views
21 Replies
Message 1 of 22

SDK Requirments

MehdiZangenehBar
Advocate
Advocate

I need to create a simple C++ plugin for the 3dsMax version 2014 and above (2025).

I'm looking for the minimum installation of the build environment.
Can I install the latest version of the VisualStudio, Windows SDK, .NET and Qt? or have to install specific version for specific Max version?
For example latest version of the Qt is 6.6.3, can I use that for all Max version?
Can I use Visual Studio 2022 for all? and only install different C++ Platform Toolsets?
Can I install latest Windows SDK for all? (Windows 10)

.NET is clear for me, because MINIMUM version mentioned in the page.

0 Likes
4,400 Views
21 Replies
Replies (21)
Message 21 of 22

MehdiZangenehBar
Advocate
Advocate

Can I install Build toolset without installing VS IDE?

0 Likes
Message 22 of 22

denisT.MaxDoctor
Advisor
Advisor

@MehdiZangenehBar wrote:

So, for older versions should I use Win32 stuff fot the UI? Can I implement .NEt (WPF)? 


I try to stay on Win32 for all my most needed tools. Having different versions of the UI is extremely troublesome. Besides, as practice shows, UI fashions come and go, but the classics are still eternal.

0 Likes