DBMonitor 2.14 no more monitoring Mydac 5.70.0.42 apps
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
DBMonitor 2.14 no more monitoring Mydac 5.70.0.42 apps
Hi,
I'm no more able to monitor Mydac 5.70.0.42 apps !
Can someone confirm this ?
I'm no more able to monitor Mydac 5.70.0.42 apps !
Can someone confirm this ?
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59
Hi Dimon,
On a Vista64 system, DBMonitor class is registered here :
Function GetDBMonitor (DBMonitorClient unit) will check for this key :
There is either a problem with the DBMonitor installation (write infos in another place) or a problem with Function GetDBMonitor (look at a bad key)
I've sended you a modified DBMonitorClient unit that is working on both Win32 and Win64 OS.
I've also found this when doing some google search (this might helps) :
On a Vista64 system, DBMonitor class is registered here :
Code: Select all
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{89F49E65-F6E0-11D6-9038-00C02631BDC7}Code: Select all
HKEY_CLASSES_ROOT\CLSID\{89F49E65-F6E0-11D6-9038-00C02631BDC7}I've sended you a modified DBMonitorClient unit that is working on both Win32 and Win64 OS.
I've also found this when doing some google search (this might helps) :
Question
I have an ocx that I have registered on Vista 32 and can use without a problem in Delphi. When I attempt to add it to a form in Delphi 2007 (December Update) on my Vista 64 machine I get a "Class not registered". If I click on the details button of the error I get the following info.
I have manually used regsvr32 to register it and it says it succeded in registering it.
Answer
In Vista 64 there are two regsvr32 files. One is located in your %SystemRoot%\System32 which is actually the 64 bit regsvr32. Since you are registering a 32-bit ocx you will need to use the regsvr32 in %systemroot%\Syswow64 folder, this is the actual 32-big regsvr32. So first browse to that folder and then use regsvr32.
-
swierzbicki
- Posts: 451
- Joined: Wed 19 Jan 2005 09:59