ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

COM Wrapper Registration

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
172 Views, 2 Replies

COM Wrapper Registration

Anyone ever have difficulty registering a COM Wrapper for Object Arx 2005.
After following the documentation and creating a registration file, the COM
wrapper works on the development machine, but does not when deployed to a
production workstations.......any one ever seen this?

thx
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

Make sure that you have ATLxx.dll installed and registered
on the target system.

--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com

"PSchlep" wrote in message news:5102482@discussion.autodesk.com...
Anyone ever have difficulty registering a COM Wrapper for Object Arx 2005.
After following the documentation and creating a registration file, the COM
wrapper works on the development machine, but does not when deployed to a
production workstations.......any one ever seen this?

thx
Message 3 of 3
OysteinW
in reply to: Anonymous

I had the same problem, and solved it by writing a .bat script:


:: batch script
@ECHO OFF
c:
CD\Program Files\Your Install folder
path C:\Program files\Autocad 2006;%path%
regsvr32 yourObjectEnabler.dbx
::
::

OysteinW Message was edited by: OysteinW

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost