|
Diadem-D - Distrbuted Applications Debug Monitor relaesed
Diadem-D is a set of tools:
- a client (DiademC) that can be executed on multiple PC's collecting
and displaying messages of applications developped with Delphi.
- a server (DiademS), connected via LAN with the clients, collects
the messages of all clients and displays them time-sorted in it's
window.
- a remote viewer (DiademRV), connected via dial-in connection or LAN
with the server, displays all messages displayed by the server. With
the remote viewer e.g. a customers plant can be monitored from far
away while making the factory acceptance test.
Just include the interface to Diadem-D (DiademIF.pas) in the
Uses statement of the unit and put a WriteLn statement where ever
you need it. This assures that you can use all the formatting
features of the WriteLn procedure.
Related Discussions - HOW CAN I DEBUG DLL (2001-01-03 00:48:24)Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ?
/Filip
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)I did something like this. I wrote a fully operative phone-
based banking applciation in two days using VisualVoice and
Dialogic cards. However,...
- DELPHI WITH INTERNET.. (2001-01-05 19:35:50)http://www.matlus.com/scripts/website.dll
This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
- HOW TO COPY A COMPLETE STRINGLIST TO THE CLIPBOARD? (2001-01-08 08:51:56)Where do you want to paste your items ?? In Notepad, or in your application ? If you want to copy it between your applications, I've exactly what...
- CLOSE AN APP I JUST OPEN WITHIN DELPHI (2001-01-12 13:32:36)See this component... TRunner.
http://sedlan.com/runner.php
Key Features
Available for Delphi versions 3, 4 and 5
Get the handle of the...
- SENDING FILES VIA HTML!!! .... BUT WITHOUT ANY COMPONENT (2001-01-09 23:49:06)I really don't know if this will help you or not, but I came across it a while back and thought it might be of use to you regarding how you phrased...
- HOW CAN I ACCESS BTRIEVE DATA FILES (2001-01-24 06:38:59)Try downloading the Btrieve programmer's guide :
ftp://ftp.pervasive.com/documentation/btrieve/v615/B615PROG.PDF
Good luck ...
- DETECTING IF WINDOWS IS SHUTTING DOWN... (2001-01-12 13:16:08)Some info...
1:
Go to http://www.used-disks.com/delphi/Components/Default.htm and download
my TSystemEvents component. It will let you know...
|