Page 1 of 1

How to distribute CadViewX control with application

Posted: 13 Jun 2008, 16:47
by sudhiry
i have purchase cadviewx control last week. I have created executable file for my application. Application doesn't work on another machine with registered (License copy of CadViewX Control). Please let us know how to resolve this problem. I have purchase many more cadviewx controls as i have demonstrated my application around 20 places. expecting to get at least 10 clients.

Thanks

Sudhir Yeola

Re: How to distribute CadViewX control with application

Posted: 16 Jun 2008, 10:26
by support
Hello,

How to distribute CADViewX library with your applications:
  • Copy CADViewLib.ocx and CADViewLib.tlb to the same folder (for example: C:\Program Files\CADViewX\CADViewLib\)
  • Register ActiveX Server in the system from command line: regsvr32.exe /s "c:\Program Files\CADViewX\CADViewLib\CADViewLib.ocx" (regsvr32.exe can be found in the C:\WINDOWS\system32\ folder)
  • Run your application
Sergey.