C# First project
Hello,
I've succesfully compiled the C# project "CsBrxMgd" for 64-bit
How do I tell BricsCAD to load a DLL so i can type the custom commands in the prompt ( samp01, samp02 ) and it will actualy do something?
0
Comments
-
What I do is simply to drag the .dll produced by Visual Studio onto the BricsCAD command line with the Windows Explorer
This will 'arxload' the dll into BricsCAD
: (ARXLOAD "D:/dotNet/FJ_scaleNU/FJ_scaleNU/bin/x64/Debug/FJ_scaleNU.dll")
Loading .NET runtime v4.0.30319:0
This discussion has been closed.