Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Two Task in Same EXE

1 view
Skip to first unread message

Sergio Pottstock

unread,
Sep 14, 2006, 6:59:29 PM9/14/06
to
Hi,

How manager two task in the same EXE with delphi 7.0?

Thank

Sergio Pottstock
Fono : (562) 2054083
Skype : sergio.pottstock
www.infotecnologia.com


Felipe Monteiro de Carvalho

unread,
Oct 6, 2006, 9:18:24 PM10/6/06
to
Sergio Pottstock wrote:
> How manager two task in the same EXE with delphi 7.0?

Create a thread for each task and leave the main thread for User
Interface. Each Thread is represented by a class derived from the
TThread class.

You can learn everything you need to get started about Multithreaded
programming and the TThread class using the help files that come with
Delphi 7

0 new messages