Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.11.14;
Скачать: 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 вся ветка

Текущий архив: 2002.11.14;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.013 c
3-45715
Separator
2002-10-21 11:32
2002.11.14
Проблема вытаскиваниея информации


1-45872
ScareCrow
2002-11-05 15:10
2002.11.14
Проблемы работы с МЕНЮ


1-45915
Maximus1986
2002-11-03 20:38
2002.11.14
Richedit как загрузить текстовой файл?


6-46034
AMSYS
2002-09-19 17:51
2002.11.14
Internet .About:blank


1-45974
{bas}
2002-11-04 14:27
2002.11.14
Как поменять цвет для разных едитов одной строкой кода