Search found 6 matches

by mikelspikel
Tue Jun 11, 2024 11:47 am
Forum: Enigma Virtual Box x86/x64
Topic: Boxed app uses 100% CPU if Register as ActiveX is selected
Replies: 10
Views: 30445

Re: Boxed app uses 100% CPU if Register as ActiveX is selected

Confirmed. Both issues fixed. :)

Thank you so much!
by mikelspikel
Mon Jun 10, 2024 10:37 am
Forum: Enigma Virtual Box x86/x64
Topic: Boxed app uses 100% CPU if Register as ActiveX is selected
Replies: 10
Views: 30445

Re: Boxed app uses 100% CPU if Register as ActiveX is selected


But in version 10.50 I'm facing another problem: ActiveX components developed with VC++ 2017 don't register at all during boxed app start. I have tried to register these same components using regsvr32 and they do work.


This only happens when the components are compiled using Unicode character ...
by mikelspikel
Thu Jun 06, 2024 3:17 pm
Forum: Enigma Virtual Box x86/x64
Topic: Boxed app uses 100% CPU if Register as ActiveX is selected
Replies: 10
Views: 30445

Re: Boxed app uses 100% CPU if Register as ActiveX is selected

Hi,

Yes, the Registry virtualization is enabled. In fact, with version 10.50, the components get registered and the CPU problem is not present. It seems to start happening in version 10.60.

But in version 10.50 I'm facing another problem: ActiveX components developed with VC++ 2017 don't register ...
by mikelspikel
Mon Jun 03, 2024 5:48 pm
Forum: Enigma Virtual Box x86/x64
Topic: Boxed app uses 100% CPU if Register as ActiveX is selected
Replies: 10
Views: 30445

Boxed app uses 100% CPU if Register as ActiveX is selected

Hi,

I'm trying to create my first boxed application using Virtual Box and I'm having issues when I try to include into the package a DLL that needs to be registered as ActiveX. If I check the option Register as ActiveX, the boxed exe that is created uses the 100% of the CPU when is run (or of a ...