Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi JvInterpreterProgram und Threads möglich? (https://www.delphipraxis.net/108983-jvinterpreterprogram-und-threads-moeglich.html)

Thomas83 22. Feb 2008 11:28


JvInterpreterProgram und Threads möglich?
 
hi zusammen,

vielleicht hat jemand schon mal so was programmiert.
Und zwar könnte man mit der Komp. JvInterpreterProgram einen Thread als Script erstellen.
Z.B.
Delphi-Quellcode:
procedure meinthread();
begin
  while true do
  begin
    //mach was
  end;
end;

//Hauptprogramm
begin
  //mach was
  //starte thread
  StartThread(meinthread);
  //mach noch was
end;
könnte man so was realisieren, oder hat jemand das schon mal programmiert?

Jackie1983 22. Feb 2008 21:15

Re: JvInterpreterProgram und Threads möglich?
 
hat keiner eine idee?

Jackie1983 23. Feb 2008 08:22

Re: JvInterpreterProgram und Threads möglich?
 
sehe gerade das ich zwei konten hier habe :) Jackie1983 und Thomas83, bin der selbe :)


Alle Zeitangaben in WEZ +1. Es ist jetzt 08:11 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz