|
ProDelphi 9.4 (runtime measurement) released
FOR IMMEDIATE RELEASE
Fuerth, Germany, 1/07/2002: Dipl. Info Helmuth J.H. Adolph announces
the availability of ProDelphi 9.4, the industry approved high accuracy
profiler.
Measurement results can be displayed with the built-in viewer or be
exported for evaluation by data base engines. ProDelphi has a measurement
granularity of 1 CPU-cycle. In the freeware mode 30 procedures can be
measured. Upgrading to professional mode enables measurement of up to
30000 procedures. New in this release: Enhanced report printing and
optical improvement.
More information at http://www.prodelphi.de
Related Discussions - ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HOW TO KEEP SPLASH SCREEN SHOWN AFTER APPLICATION.RUN (2001-01-10 07:08:08)Hi,
Try this:
with Form1 do
SetWindowPos(Handle, HWND_TOPMOST, Left, Top, Width, Height, SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
This...
- RUNTIME PACKAGE (2001-01-10 13:46:49)ok, found my problem
- UNWANTED GRID-RESIZE (2001-01-13 14:41:20)if the data that is in the grid takes up more space than the grid can show at design time then maybe a property is on that automaticaly makes the...
- NEED A MATH (CALCULATOR) COMPONENT FOR DELPHI 5 (2001-01-16 12:54:57)Search for Calculator and I have written one (Douglas Tietjen) that is just a simple calculator with code. You can use that for ideas of how to...
- HOW TO DYNAMIC MAKE A TWEBBROWSER IN A TABSHEET? (2001-01-19 07:08:27)You have to cast the Parent proerty to TControl so it
won't think you are trying to use the IDispatch Parent.
procedure...
- HOW TO COMPILE WITHOUT THE VCL ? (2001-01-17 04:13:15)you have not given the full purpose in your question
but it you want to reduce the disk size of your application file
then ofcourse you can...
- CONTAINER CONTROL (2001-01-18 15:10:55)Find and try the TStretchHandle component on either Torry's
or DSP.
- CHANGING THE DEFAULT PRINTER RUNTIME/ SETTING DIALOG VAULES (2001-01-18 15:09:06)see my reply to this question:
http://www.delphipages.com/threads/thread.cfm?ID=18592&G=18536
|