Post Reply  Post Thread 
Denomo with COM server
Author Message
Kirk Zurell
Junior Member
**


Posts: 2
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #1
Denomo with COM server

I'm debugging an Automation server I wrote with Delphi. I've been able to debug with Delphi breakpoints and other tools just fine.

I added Denomo and rebuilt, started the Inspector, started my automation client (perl with Win32::OLE), and created a COM object from my server. The Inspector's buttons did not enable to allow me to start logging.

Any hints on looking for leaks from a COM server?

Thanks in advance
Kirk

12-09-2008 01:18 AM
Find all posts by this user Quote this message in a reply
Qi
Administrator
*******


Posts: 46
Group: Administrators
Joined: Oct 2007
Status: Offline
Reputation: 0
Post: #2
RE: Denomo with COM server

Hello, Kirk,

Currently Denomo uses window messages to communicate between Denomo and Inspector.
Most likely your COM server doesn't allow creating window?

I will try to remove the dependence of window message when I have time so that Denomo can be used in any non-GUI applications such as service.

12-09-2008 11:21 AM
Visit this users website Find all posts by this user Quote this message in a reply
Kirk Zurell
Junior Member
**


Posts: 2
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #3
RE: Denomo with COM server

Qi Wrote:
Hello, Kirk,

Currently Denomo uses window messages to communicate between Denomo and Inspector.
Most likely your COM server doesn't allow creating window?


That's true. It's just a cross-language parsing API, no visual appearance.

Qi Wrote:
I will try to remove the dependence of window message when I have time so that Denomo can be used in any non-GUI applications such as service.


Found my leak via another method, so no desperation here.

Thanks for making Denomo available.

Kirk.

12-10-2008 02:39 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: