mooman_fl
Centurion
Ok... really hope someone can answer this for me....
I am trying to explain my plugin architecture to someone that uses VC++ .NET so that they can make a plugin for my program.
The definition for the Sub in VB.NET is:
Can someone show me what that declaration would look like in VC++?
I am trying to explain my plugin architecture to someone that uses VC++ .NET so that they can make a plugin for my program.
The definition for the Sub in VB.NET is:
Visual Basic:
Public Sub GetGUI(ByRef hostcontrol as System.Windows.Forms.Control, ByRef displaycontrol as System.Windows.Forms.Control)
Can someone show me what that declaration would look like in VC++?