Need help writing a managed c++ plugin?

Grasshopper-NET

Newcomer
Joined
Mar 12, 2006
Messages
18
:( 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. :)
 
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.
 
Back
Top