How to installl on the ActiveX computer?
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
How to installl on the ActiveX computer?
How to installl on the ActiveX computer?
Re: How to installl on the ActiveX computer?
you meen *.OCX (32bit) ?Eugene Lutsenko wrote:How to installl on the ActiveX computer?
you need to "run as Administrator"
Code: Select all
c:\Windows\System32\regsvr32.exe X:\myActiveX.OCX
greetings by OHR
Jimmy
Jimmy
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: How to installl on the ActiveX computer?
You may also try the "REGISTER" clause of "DCACTIVEXCONTROL". Look at "..\samples\chadospell\ChadoSpell.prg" of your eXpress++-installation.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: How to installl on the ActiveX computer?
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 байт свободно
Том в устройстве 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?
Auge_Ohr wrote:you meen *.OCX (32bit) ?Eugene Lutsenko wrote:How to installl on the ActiveX computer?
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
Pedro Alexandre
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: How to installl on the ActiveX computer?
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?
did you mean 64bit OCX ? Xbase++ can not use 64bit OCX / DLL !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.
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 ?
greetings by OHR
Jimmy
Jimmy
Re: How to installl on the ActiveX computer?
it does work ! you need to "run as Administrator" ( from CMD.EXE ) !comercial wrote:This command do not work on win8!!Auge_Ohr wrote:you need to "run as Administrator"Code: Select all
c:\Windows\System32\regsvr32.exe X:\myActiveX.OCX
Know any alternative!?
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
greetings by OHR
Jimmy
Jimmy
Re: How to installl on the ActiveX computer?
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
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
Pedro Alexandre