Ask a Question related to Coldfusion Server Administration, Design and Development.
-
James74 #1
Registering a COM Object
We are running ColdFusion MX6 on a Windows machine.
I created a DLL using C++. After compilation, it created an object and
a dll file. I found some documentation that explains how to
register the COM object:
Click "Start"
Click "Run"
Type "regsvr32 fullpath_and_objectName"
I've never registered a COM object before. Do I just need the DLL and point
to that,
or do I need the object as well and point to that? I cannot find alot of
documentation, so
I'm hoping someone from the forums can help me out.
Thanks
James
James74 Guest
-
Registering Illustraror 9 or 10
I am looking to purchase Illustrator 9 or 10 from e-bay. Some of the software for sale are used and possibly already registered by a former owner... -
Registering
I have an ASP.NET 2003 application taht is contains MSXML5.DLL in the reference list. SO far I have only seen this library available with Visio... -
Problems registering with RHN
To Whom It May Concern: I have just installed Linux on my system for the first time. I am running Red Hat Linux/x86 9 (Shrike). When I... -
Problem Registering
For some reason the website won't accept my Photoshop Elements serial number. I checked and double checked it, and it's right... so I'm not sure what... -
Registering users in DB2
How do I register users in DB2 express ver 8. From the database level, there is option to add new users but we cant provide password Thanx ... -
Neculai Macarie #2
Re: Registering a COM Object
> We are running ColdFusion MX6 on a Windows machine.
I think that is all that is required, but my knowledge of COM objects is>
> I created a DLL using C++. After compilation, it created an object and
> a dll file. I found some documentation that explains how to
> register the COM object:
>
> Click "Start"
> Click "Run"
> Type "regsvr32 fullpath_and_objectName"
rusty. You might find better answers on MS's forums.
--
<mack />
Neculai Macarie Guest
-
ke4pym #3
Re: Registering a COM Object
You've got it. Though I generally like to open a cmd prompt, cd into the directory and then just do regsvr32 file.dll.
Make sure you restart the CF App server after you register the file.
ke4pym Guest
-



Reply With Quote

