Class library for .NET
I have been trying to test the samples for .net, but I'm stalled at the "Create a class library using the class library wizard under your preferred .NET language." instruction in the README file. I can find examples online for creating a class library in general but nothing that helps me make sense of "There are currently two DLLs that need to be referenced, BrxMgd.DLL and TD_Mgd.DLL." Is there a tutorial or other documentation that would explain step by step what needs to be done to set up this class library, preferably for C#? Thanks.
0
Comments
-
Hi
launch visual studio, new project , class library
Capture.PNG0 -
Hi
Once the project is open, look in the solution explorer for references
Capture.PNG0 -
Right click on your new references, set the copy local property to false , both brxmgd and td_mgd
Capture.PNG0 -
Thanks. I was over-thinking this.0
This discussion has been closed.