Page 1 of 2
How to installl on the ActiveX computer?
Posted: Sun Mar 03, 2013 10:16 am
by Eugene Lutsenko
How to installl on the ActiveX computer?
Re: How to installl on the ActiveX computer?
Posted: Sun Mar 03, 2013 12:15 pm
by Auge_Ohr
Eugene Lutsenko wrote:How to installl on the ActiveX computer?
you meen *.OCX (32bit) ?
you need to "run as Administrator"
Code: Select all
c:\Windows\System32\regsvr32.exe X:\myActiveX.OCX
Re: How to installl on the ActiveX computer?
Posted: Mon Mar 04, 2013 1:13 am
by Eugene Lutsenko
Thank you very much!
Re: How to installl on the ActiveX computer?
Posted: Mon Mar 04, 2013 5:17 am
by Tom
You may also try the "REGISTER" clause of "DCACTIVEXCONTROL". Look at "..\samples\chadospell\ChadoSpell.prg" of your eXpress++-installation.
Re: How to installl on the ActiveX computer?
Posted: Mon Mar 04, 2013 10:29 pm
by Eugene Lutsenko
In my installation this file for some reason is absent:
Том в устройстве C не имеет метки.
Серийный номер тома: E016-3A49
Содержимое папки c:\exp19\Samples\Chado
05.03.2013 09:31 <DIR> .
05.03.2013 09:31 <DIR> ..
05.03.2013 09:31 12 800 CHADOSPELLEDITOR.EXE
05.03.2013 09:31 12 668 CHADOSPELLEDITOR.obj
10.11.2010 17:14 707 ChadoSpellEditor.Prg
10.11.2010 16:56 701 ChadoSpellEditor.XPJ
09.03.2010 16:47 898 ChadoSpellText.CH
05.03.2013 09:31 15 872 ChadoSpellText.EXE
05.03.2013 09:31 16 889 CHADOSPELLTEXT.obj
11.05.2010 11:21 667 ChadoSpellText.Prg
10.11.2010 17:25 470 ChadoSpellText.Xpj
05.03.2013 09:31 0 err.txt
05.03.2013 09:31 1 411 XPPERROR.LOG
11 файлов 63 083 байт
2 папок 124 490 477 568 байт свободно
Re: How to installl on the ActiveX computer?
Posted: Tue Mar 05, 2013 3:34 am
by PedroAlex
Auge_Ohr wrote:Eugene Lutsenko wrote:How to installl on the ActiveX computer?
you meen *.OCX (32bit) ?
you need to "run as Administrator"
Code: Select all
c:\Windows\System32\regsvr32.exe X:\myActiveX.OCX
This command do not work on win8!!
Know any alternative!?
regards
Pedro
Re: How to installl on the ActiveX computer?
Posted: Tue Mar 05, 2013 10:27 am
by Cliff Wiernik
Are you in the correct folder. On Windows 7 and likely windows 8, some of the active X components need to be registered from syswow64 instead of system32.
Re: How to installl on the ActiveX computer?
Posted: Tue Mar 05, 2013 12:58 pm
by Auge_Ohr
Cliff Wiernik wrote:Are you in the correct folder. On Windows 7 and likely windows 8, some of the active X components need to be registered from syswow64 instead of system32.
did you mean 64bit OCX ? Xbase++ can not use 64bit OCX / DLL !
it is true that some OCX exist in Win7 / 8 in both Folder \SYSTEM32 and \SYSWOW64 but there are no 64bit OCX.
if you compare those OCX you will see that they are "exact" same ... 32bit.
Question : if you call "normal" Windows Media Player what do you think is it 32bit or 64bit ?
Re: How to installl on the ActiveX computer?
Posted: Tue Mar 05, 2013 1:14 pm
by Auge_Ohr
comercial wrote:Auge_Ohr wrote:you need to "run as Administrator"
Code: Select all
c:\Windows\System32\regsvr32.exe X:\myActiveX.OCX
This command do not work on win8!!
Know any alternative!?
it does work ! you need to "run as Administrator" ( from CMD.EXE ) !
change to Win8 "METRO UI".
right(!)-click to show "all Application" Icon
left-click on "all Application" Icon
search CMD "Metro Icon" and right(!)-click
"Applicationbar" on botton appear again
now choise CMD "run as Administrator" from "Applicationbar"
CMD Windows will open, navigate to your OCX Folder
now "register" your OCX as show above
if you use other Folder than C:\Windows\... be sure "Group" have access
Re: How to installl on the ActiveX computer?
Posted: Thu Mar 07, 2013 4:41 am
by PedroAlex
Thanks for comments
I solved the problem by installing Ms office.
Thus the call to MSCONCTL.ocx works well.
But I'll try to Tip of Jimmy.
Regards
Pedro