Louis Bruso Jr
Posts: 2
Joined: 2006-01-30
|
When I add a form to an ADX Com Add-in, it is the form of a C++ class.
In both languages you cannot use #include. Neither recognizes the C++ Form.
How do you get the AddinModule.vb or AddinModule.cs to recognize the C++ form?
|
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi Louis.
The fact is that C#, VB.NET and Managed C++ are absolutely different languages. E.g. you can't use the C++ form in the C# project and vice versa. However Add-in Express .NET supports Managed C++ and you can use it to develop COM add-ins. |
|