Компоненты к Delphi (каталог ссылок)

Status
Not open for further replies.

juanappz

Member
Joined
Mar 18, 2008
Messages
17
Reaction score
2
db engine

(sorry for mi english)

-I need embedded db engine (or small db server.)
-I need views, triggers, multisession, and "row locks".
-discart AbsoluteDB (work well but no views, triggers), NexxusDB (complex), SQLite (no row locks).

-I tried ElevateDB and work OK, but i no find full version, anybody help me with elevateDB full or another db engine.

thanks
 
Last edited by a moderator:

steb

Member
Joined
Dec 13, 2006
Messages
10
Reaction score
2
Age
55
Location
Earth
IDE Fix Pack 1.4 for RAD Studio 2007

The IDE Fix Pack installs an DLL-Expert that fixes the following RAD Studio 2007 bugs at runtime:

* Class completion doesn't show the inherited methods
* Win64: IDE does not correctly resize the editor window in docked mode when the application is restored, maximized or resized.
* Vista: Sometimes the IDE has two taskbar buttons
* The TDBText control does not store the Color property into the DFM file if the property is set to clWindow
* Fixes TCustomActionList.Notification memory overwrite on IDE startup and shutdown


Installation:
1. Start IDEFixPackReg.exe under your user account
2. Select the IDE registry keys for which you want to install the bugfix
3. Press the "Install" button

Uninstallation:
1. Start IDEFixPackReg.exe under your user account
2. Press the "Uninstall" button. This will uninstall the bugfix for all (not only the selected) IDE registry keys.


Changelog:
2008-04-02:
Added: Added fix for TCustomActionList.Notification memory overwrite
Added: Fixed some TDBGrid and TPageControl form designer flicker
Improved: Application window tastbar button removal (should now work for all Windows versions)
2008-02-18:
Added: CodeCompletion patch to show inherited items
2008-02-10:
Added Application window tastbar button removal for Vista
Added TDBText Color bugfix
Renamed to IDE Fix Pack
2008-02-04:
Initial release as IDEWin64Fix


http://cc.borland.com/Download.aspx?id=25412
 

valadi

Member
Joined
Feb 7, 2008
Messages
46
Reaction score
98
hi
I need componet ScktComp (ServerSocket and ClientSocket) for delphi 7 ??
 

Grande

Member
Joined
Aug 29, 2004
Messages
66
Reaction score
33
Age
64
Location
Burkina Faso
hi
I need componet ScktComp (ServerSocket and ClientSocket) for delphi 7 ??

Они есть в стандартной поставке :sekret: :).
Read ...\Borland\Delphi7\readme.txt:
" Borland is deprecating the use of the TServerSocket
and TClientSocket from the unit ScktComp. It is
recommended that you use the Indy components for
socket operations. The TServerSocket and
TClientSocket will no longer be installed on the
component palette by default. If you require the
use of these components then you can install
the design time package named dclsockets70.bpl,
found in your bin directory. For deployment with
runtime packages, you will need to deploy rtl70.bpl
and any other required packages."

I hope, all is clear. If it is not clear - ask.
 
Last edited by a moderator:

jcooper66

Member
Joined
Sep 5, 2007
Messages
24
Reaction score
6
recommend ICS from overbyte.be

hi
I need componet ScktComp (ServerSocket and ClientSocket) for delphi 7 ??

May I recommend TWSocket from ICS
hxxp://www.overbyte.be/frame_index.html
I have used ICS for over 10 years without any problems.

Other advantages
  • Works with Linux - free Pascal
  • Thread Safe - need for servers
  • Backward Compatible - Delphi 5 to Delphi 2006 tested
 
Last edited by a moderator:

bcc_sergio

Member
Joined
Mar 30, 2008
Messages
6
Reaction score
1
iґm using delphi 2007 lite 1.2... donґt know why but i never got to install via installer... it always fails...

bcc_sergio there is some components is hidden into .pas files like TLargeButton - I go around my self until I figure out that.

so if installer is available would be a breath

Also, anyone has FastReport VCL 4.6?
Info: http://www.delphipages.com/news/detail.cfm?ID=3388
 
Last edited by a moderator:

Mosla

Member
Joined
Oct 25, 2007
Messages
22
Reaction score
129
CAD import VCL 5 25

CAD Import VCL поставляет удобный доступ к использованию AutoCAD DWG, DXF, Hewlett-Packard HPGL, SVG and CGM файловых форматов в Delphi/C++Builder приложениях.

Основные свойтва CAD Import VCL:
CAD расширения: *.dwg; *.dxf; *.plt; *.hgl;*.hg;*.hpg; *.plo;*.hp;*.hp1; *.hp2;*.hpgl; *.hpgl2;*.gl2;*.prn;*.spl
возможность добавить следующие форматы: *.tif;*.tiff;*.fax; *.bw;*.rgb;*.rgba; *.sgi;*.cel;*.pic;*.tga; *.vst; *.icb;*.vda;*.win;*.pcd;*.ppm;*.pgm; *.pbm;*.cut; *.pal;*.rla; *.rpf;*.psd;*.pdd;*.psp; *.png *.rle;*.dib; *.ico;*.emf;*.wmf;*.jpg;*.jpeg; *.gif;*.pcx;* *.tif;*.tiff; *.fax;*.bw;*.rgb;*.rgba; *.sgi;*.cel;*.pic; *.tga;*.vst;*.icb;*.vda; *.win;*.pcd;*.ppm;*.pgm; *.pbm; *.cut;*.pal;*.rla; *.rpf;*.psd;*.pdd;*.psp;*.png;*.bmp
Доступ к свойства каждого примитива.
Удобная отрисовка на TCanvas, TImage, TOpenPictureDialog и других стандартных классах
Полный контроль над каждым слоем и элементом на нем
Поддержка 3-D координат
В! ысокая скорость при чтении всех форматов
САПР форматы являются наследниками TGraphic
DWG и DXF Layouts (страницы)
Fast Report VCL и Report Builder совместим
поддерживает AutoDesk DXF Release всех версий.
поддерживает AutoDesk DWG Release всех версий
полностью совместим с Borland Delphi 3-7, Delphi 2005/2006 Win32 и Borland C++ Builder 5-6

http://rapidshare.com/files/105100667/CAD_import_VCL_5_25.zip.html
 
Status
Not open for further replies.
Top