I’m developing a plugin for 3DsMax. So it is non-CLR C++. My question is, whether there is a possibility to use a .NET assembly within this plugin?
Thank you for your answers
Regards Nem.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, however you will need to host the CLR within your application.
This is how IIS hosts ASP.NET websites, and how SQLServer allows for CLR functions etc.
Take a look at the CLR hosting API here: http://msdn.microsoft.com/en-us/magazine/cc163567.aspx