T
TGF
Hello,
I have a .NET C++ Project that I would like to include a dll file with
about 20 convenience functions. It seems every time I try to so this, I
wind up not doing something right. Can someone please tell me where I can
find instructions on exactly how to do this? The .NET app I am using needs
these functions and I do not want to just copy them into this .NET project.
Having them in a DLL is much more efficient as many other project I have
need these functions as well.
I have a .NET C++ Project that I would like to include a dll file with
about 20 convenience functions. It seems every time I try to so this, I
wind up not doing something right. Can someone please tell me where I can
find instructions on exactly how to do this? The .NET app I am using needs
these functions and I do not want to just copy them into this .NET project.
Having them in a DLL is much more efficient as many other project I have
need these functions as well.