I have a .H file with tonnes of #define constants and I want to access that
from C# but I dont want to rewrite the header file as a class.
Is there a way after including that in MC++ to get those values from C#?
from C# but I dont want to rewrite the header file as a class.
Is there a way after including that in MC++ to get those values from C#?
Comment