Grasshopper-NET Posted May 1, 2006 Posted May 1, 2006 :( I'm writing a GUI program, and I want to be able to use plug-ins for extensibility, I have written plug-ins before using MFC, ATL and even a few Visual Studio .NET Add-Ins, but how can I write one with managed c++. I'm using Visual C++ .NET 2005. Thanks in advance. :) Quote
mskeel Posted May 1, 2006 Posted May 1, 2006 Since you are using managed C++, this tutorial should help you get started. The tutorial is in VB, but the concepts should be the same for C++ .Net. Quote
Grasshopper-NET Posted May 15, 2006 Author Posted May 15, 2006 Managed c++ plugins Thanks for the reply. I also found a tutorial on the MSDN website for writing plugins in c#. It was easy enough to convert to c++. http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.