Search found 3 matches

by tleahy
Fri Mar 23, 2012 10:56 am
Forum: Enigma Virtual Box x86/x64
Topic: OCX Registration requiring use as a Type Library
Replies: 4
Views: 15376

Re: OCX Registration requiring use as a Type Library

Yes you are correct, only HKEY_CURRENT_USER is set to real, the others are all virtual. Apologies for the confusion. Windows 8 CP test was a success :D.
by tleahy
Thu Mar 15, 2012 7:33 pm
Forum: Enigma Virtual Box x86/x64
Topic: OCX Registration requiring use as a Type Library
Replies: 4
Views: 15376

Re: OCX Registration requiring use as a Type Library

Ah, this is a tricky one. I followed your advice and had no success but what I did then was set all other registry folders to "Real". Now the application works on Vista SP2. The cause of my latest problem is "Shdocvw.dll". This is called by a Delphi component called TWebbrowser which is instantiated ...
by tleahy
Fri Mar 09, 2012 8:11 pm
Forum: Enigma Virtual Box x86/x64
Topic: OCX Registration requiring use as a Type Library
Replies: 4
Views: 15376

OCX Registration requiring use as a Type Library

I am using Far Point Spread 8.0 as a component in my virtualized application. Normally, if I want to register this .ocx manually using RegSvr32 I need to have to run RegSvr32 with administrator rights. The reason for this is that the .ocx needs to be accessed as a Type Library in addition to the ...