MicroStation V8i MDL Add-in to remove a selection set when the user clicks reset
MDL LOAD ps_reset
On load a monitoring command is launches that watches for a reset (left mouse button). If a selection is active, this event will clear the selection.
fdf.fdf - include files.
ps_reset.h - header file.
ps_reset.ma - compiled add-in.
ps_reset.mc - main source file and entry point.
ps_reset.mke - make file.
ps_reset.mki - make file called from mke.
ps_reset.r - resources.
ps_resetcmd.r - command resources.
Use bmake to compile via the MicroStation command window (delivered with the SDK).
Open the command window and cd to MircoStation\mdl\bin\
For a standard MicroStation insteall, that is C:\Program Files (x86)\Bentley\MicroStation V8i (Selectseries)\MicroStation\mdl\bin\
From this location you can run, bmake -a (path to app)\ps_reset.mke
For me, bmake -a Z:\Documents\Github\CADGURUS\ps_reset\ps_reset.mke