using » Page 267 » Developer.Team - Developers Paradise!

Eurekalog 7.1.0.0 Professional Edition Retail

Eurekalog 7.1.0.0 Professional Edition Retail
Eurekalog 7.1.0.0 Professional Edition Retail | 122 Mb


EurekaLog is the new Delphi and C++Builder exception tracer tool that gives your application (GUI, Console, Web, etc.) the power to catch all exceptions, memory leaks and detect infinite-loops and deadlocks. It generates a detailed log with the call stack at the point that raised the exception, showing unit, class, method and line number, (see this example), and displays it on screen and optionally sends it back to you via email or to a Web Server (using the HTTP-S/FTP protocols or sending directly to your preferred "Web Bug Tracker" software), thus helping speed up the process of bug-location and resolution by a factor of 10!
Read more

HDDLife Pro 4.1.203

HDDLife Pro 4.1.203
HDDLife Pro 4.1.203 | 10 Mb


Knowing about a possible failure in the work of your hard drive means having time to prevent all your data from being lost . HDDlife is a usable program that will allow you to control the health of your hard drive using an intuitive interface. Just run the program and it will show you the list of your disks with the percentage of their health left , as well as their temperature. HDDlife can work in the preventative mode when it checks the health of your hard drives at regular intervals and informs you about the results of these checks in an unobtrusive way. If you get warned about a possible hard drive failure , you will protect yourself against losing your naturally priceless personal data.
Read more

3D-Coat 4.1.04A

3D-Coat 4.1.04A
3D-Coat 4.1.04A | 625 Mb


3D-Coat - commercial computer software for modeling different organic objects and low poly rough 3D- models provides a broad set of tools that allow users to create sculptures, adding topology ( automatically or manually ) to create UV- maps, interactive surface texture , model, visualization static scenes and a circular animation model. The program can also be used as the medium for modifying imported 3D- models obtained using a commercial software.
Read more

FoxPlayer 4.2.0

FoxPlayer 4.2.0
FoxPlayer 4.2.0 | 1.4 Mb


FoxPlayer is a light audio software with customizable hip interface, Internet streaming, continuous play, mp3 wav converter and numerous other great features. The program lacks in size and compensates in performance having an integrated ID3 editor which simplifies renaming and modifying files and using Xaudio MPEG engine to power its impressive number of options.
Read more

yFiles.Net 4.3.0.5

yFiles.Net 4.3.0.5
yFiles.Net 4.3.0.5 | 68 Mb


yFiles.NET is an extensive Windows Forms class library for the Microsoft .NET environment.Its top-notch data structures and algorithms for viewing and editing diagrams allow you to automatically arrange complex graphs, diagrams, and networks with the click of a button.Similar functionality that bases on the Windows Presentation Foundation (WPF) is provided by the yFiles WPF library.
Read more

TeeChart Pro v2014.12.140923 Retail

TeeChart Pro v2014.12.140923 Retail
TeeChart Pro v2014.12.140923 Retail


TeeChart Pro charting component library offers hundreds of Graph styles in 2D and 3D for data visualization, 56 mathematical, statistical and financial Functions for you to choose from together with an unlimited number of axes and 30 Palette components.
Read more

Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail

Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail
Berg Soft Next Suite5 8.2014 (VCL) Full Source Delphi 7 - XE7 Retail | 3 Mb


NextGrid is a powerful Delphi/CBuilder Grid. It is very easy to use it in design-time (with using intuitive Columns Editor) and in run-time. NextGrid have much more features than standard Grid, attractive look (Windows Vista & XP themes support), it is extremely fast (quick sorting, data manipulation, drawing...).
Read more

Real Thin Client SDK 6.3.2

Real Thin Client SDK 6.3.2

Real Thin Client SDK 6.3.2 | 2 Mb


By using non-blocking event-driven communication with a built-in thread-pooling mechanism, RealThinClient SDK can handle thousands of active connections by using a limited number of threads in a real multi-threaded environment (for example, 100 threads will be more than enough to handle several thousand active connections). Combined with reduced need for all important resources (CPU, Memory, Threads, Timers, Handles, etc), automatic handling of all communication-related objects, flexible remote functions (accept any structure for parameters and return any other structure as a result), automatic session handling (integrated time-out with variable life time) and a lot more, makes writing stable and fast Servers and Clients very easy with the RealThinClient SDK..in/images/2014/09/26/odSx.png[/img]
Read more

Devexpress Localization 14.1 DC 2014-09-17

Devexpress Localization 14.1 DC 2014-09-17
Devexpress Localization 14.1 DC 2014-09-17 | 56 Mb


Developer Express .NET products have always been designed and developed bearing in mind that you may require the need to localize your application for different markets. The XtraGrid Suite is no exception in this regard. There are two main methods to localize labels and messages displayed by our WinForms products.
Read more

TMS Aurelius 2.2 Full Source XE-XE7

TMS Aurelius 2.2 Full Source XE-XE7
TMS Aurelius 2.2 Full Source XE-XE7 | 4.8 Mb


ORM framework for Delphi with full support for data manipulation, complex and advanced queries, inheritance, polymorphism, and more...

    Query1.Sql.Text := 'SELECT I.ID AS INVOICE_ID, I.INVOICE_TYPE, I.INVOICE_NO, I.ISSUE_DATE, I.PRINT_DATE, ' +  
      'C.ID AS CUSTOMER_ID, C.CUSTOMER_NAME, C.SEX, C.BIRTHDAY, N.ID AS COUNTRY_ID, N.COUNTRY_NAME' +  
      'FROM INVOICE AS I INNER JOIN CUSTOMER AS C ON (C.ID = I.CUSTOMER_ID) ' +  
      'LEFT JOIN COUNTRY AS N ON (N.ID = C.COUNTRY_ID)' +  
      'WHERE I.ID = :INVOICE_ID;'  
    Query1.ParamByName('INVOICE_ID').AsInteger := 1;  
    Query1.Open;  
    ShowMessage(Format('Invoice No: %d, Customer: %s, Country: %s',  
      [Query1.FieldByName('INVOICE_NO').AsInteger,  
      Query1.FieldByName('CUSTOMER_NAME').AsString,  
      Query1.FieldByName('COUNTRY_NAME').AsString]));  
Read more