Question Disabling a reference during debugging

Mosteck

Active member
Joined
Nov 23, 2008
Messages
31
Location
Toronto
Programming Experience
3-5
I'm developing a program that uses a third party driver (reference) that required registration to be active.

The UI is being developed on another computer offsite, but because there are calls for the reference in the program, a pop-up comes up asking to register the third party driver and will not allow the program to run.

I'm hoping there is a way to disable this since the third party driver only communicats with an external device which I do not require while developing the UI.

Thanks....
 
Back
Top