G
Guest
I've created a MC++ library with a class that contains some static method functions
I create a reference to the library from a VB.NET application and I ca
call the functions with no problems
I'm wondering if there is an alternative to creating a reference to the dll or assembly
Is there a way to register a namespace in MC++ or VB.NET so that my class works like standar
base classes such as the Systems class using the imports statement in the VB.NET app
I'm looking for a way to make the static class as easy to use as possibl
Do namespaces have an advantage over using the add reference feature
Also, I wonder if there is any impact on support for multi-threading if I make m
class method functions static?
I create a reference to the library from a VB.NET application and I ca
call the functions with no problems
I'm wondering if there is an alternative to creating a reference to the dll or assembly
Is there a way to register a namespace in MC++ or VB.NET so that my class works like standar
base classes such as the Systems class using the imports statement in the VB.NET app
I'm looking for a way to make the static class as easy to use as possibl
Do namespaces have an advantage over using the add reference feature
Also, I wonder if there is any impact on support for multi-threading if I make m
class method functions static?