Вниз
Скачать: CL | DM;

D7 -> TServerSocket   Найти похожие ветки 

 
Stasik ©   (2002-11-01 23:49) [0]

Привет
Вот мой исходник

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, Buttons, StdCtrls, ScktComp;

type
TmainForm = class(TForm)
status: TStatusBar;
button: TBitBtn;
ServerSocket1: TServerSocket; {тут ошибка компиляции}

пожалуйста помогите


 
Эльф ©   (2002-11-03 10:00) [1]

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.
Находишь подчеркнутое в каталоге с установленной Delphi и в самой Delphi говоришь: install package, затем Add...



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.011 c
1-45895
irmantukas
2002-11-03 17:53
2002.11.14
GRID+CALENDAR


1-45854
Cr@sh
2002-11-05 13:36
2002.11.14
Сложный вопрос. Только для настоящих Мастеров.


4-46198
Xemax
2002-10-01 17:55
2002.11.14
Как запретить отладку процесса ?


1-45979
AlexanderSK
2002-11-04 17:37
2002.11.14
Выгрузка DLL


1-45811
DD
2002-11-04 03:09
2002.11.14
Подскажите, как обработать нажатие правой клавиши мышки




   Наверх