How to installl on the ActiveX computer?

This forum is for eXpress++ general support.
Message
Author
User avatar
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?

#1 Post by Eugene Lutsenko »

How to installl on the ActiveX computer?

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to installl on the ActiveX computer?

#2 Post 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
greetings by OHR
Jimmy


User avatar
Tom
Posts: 1234
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: How to installl on the ActiveX computer?

#4 Post by Tom »

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."

User avatar
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?

#5 Post 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 байт свободно

User avatar
PedroAlex
Posts: 235
Joined: Tue Feb 09, 2010 3:06 am

Re: How to installl on the ActiveX computer?

#6 Post 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
Pedro Alexandre

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: How to installl on the ActiveX computer?

#7 Post 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.

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to installl on the ActiveX computer?

#8 Post 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 ?
greetings by OHR
Jimmy

User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: How to installl on the ActiveX computer?

#9 Post 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
greetings by OHR
Jimmy

User avatar
PedroAlex
Posts: 235
Joined: Tue Feb 09, 2010 3:06 am

Re: How to installl on the ActiveX computer?

#10 Post 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
Pedro Alexandre

Post Reply