LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX problem again!

Hi, all

previously I asked a question about "control can not be loaded" problem with MS treeview. by registering mscomctl.ocx, this problem's solved. But now I met another problem:

I made an executable with installer, and installed it on another clean computer. Even I did the registering(that computer has the ocx installed), the control still can not be loaded. I did the registering before the installation and restarted the computer before I ran the program.

Anyone can tell me what I should do?

Thanks a lot.
0 Kudos
Message 1 of 2
(2,730 Views)
Hi,

You also have to register nicont.dll and nicontdt.dll. (At least, this
helped at my system.) This should be done by the installer, but it is not.

It is best to make an .exe from a vi that registers these dll's. Then you
can execute this exe automatically after the installer is finished.

Regards,

Wiebe.



"inhaler" wrote in message
news:5065000000080000009E6D0000-1031838699000@exchange.ni.com...
> Hi, all
>
> previously I asked a question about "control can not be loaded"
> problem with MS treeview. by registering mscomctl.ocx, this problem's
> solved. But now I met another problem:
>
> I made an executable with installer, and installed it on another clean
> computer. Even I did the registering(that computer has the ocx
> installed), the cont
rol still can not be loaded. I did the registering
> before the installation and restarted the computer before I ran the
> program.
>
> Anyone can tell me what I should do?
>
> Thanks a lot.
0 Kudos
Message 2 of 2
(2,730 Views)