Forum: Delphi
Mar 15th, 2007, 6:59 AM
|
|
Replies: 11
Views: 830
|
Forum: Delphi
Mar 15th, 2007, 4:18 AM
|
|
Replies: 11
Views: 830
|
Forum: Delphi
Mar 13th, 2007, 11:56 AM
|
|
Replies: 0
Views: 362
Update IdTCPSDerver in a DLL
An update of the previouus bits, these were a bit fragmented so this time I am giving you the whole thing!
As an INDY Demo This would seem to do what we want, provided That the altered Indy demo...
|
Forum: Delphi
Mar 13th, 2007, 6:14 AM
|
|
Replies: 11
Views: 830
Thanks for the Reply Jimmy
Yes not done...
Thanks for the Reply Jimmy
Yes not done (much/anything) with DLL's untill now so I wasnt sure if errors would propergate out of the DLL or how they should be handled!
We were going to put the...
|
Forum: Delphi
Mar 8th, 2007, 11:11 AM
|
|
Replies: 11
Views: 830
Thanks for your reply, not sure I fully...
Thanks for your reply, not sure I fully understand, heres are some of the calling functions maybe you can put it more in context?
procedure TForm1.Button1Click(Sender: TObject);
begin
try
...
|
Forum: Delphi
Mar 8th, 2007, 4:22 AM
|
|
Replies: 1
Views: 261
|
Forum: Delphi
Mar 5th, 2007, 3:47 AM
|
|
Replies: 11
Views: 830
Here is the code in tags,
Please notice the...
Here is the code in tags,
Please notice the ammended part (lack of implict creation of the data module)which was causing the hang.
However there are still problems in that although my fire wall...
|
Forum: Delphi
Mar 3rd, 2007, 5:00 AM
|
|
Replies: 11
Views: 830
|
Forum: Delphi
Mar 2nd, 2007, 4:05 AM
|
|
Replies: 11
Views: 830
Componets in a dll
The following code is an attempt to put the Delphi7 demo application Delphi7/demos/Internet/netchat/netchat.dpr
into a dll
I have used the dll wizard to set up the library code and then added a data...
|