Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Multithreading example not up to date ?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Problem with drawing orde...
by
wp
[
Today
at 01:09:06 am]
Any way to "embed" Window...
by
jamie
[
Today
at 12:55:37 am]
CryptoLib4Pascal
by
Xor-el
[
Today
at 12:39:35 am]
GTK3 : Icons have borders...
by
Schmitty2005
[March 13, 2026, 11:31:58 pm]
Pocketbase
by
steve612
[March 13, 2026, 05:50:42 pm]
CONCAT formula
by
veb86
[March 13, 2026, 05:20:42 pm]
Hello! Anything new?
by
LeP
[March 13, 2026, 03:07:25 pm]
DataPort StopBits and Flo...
by
Thaddy
[March 13, 2026, 02:14:16 pm]
TChart: Wrong default val...
by
wp
[March 13, 2026, 02:03:58 pm]
Lazarus Bugfix Release 4....
by
JuhaManninen
[March 13, 2026, 10:05:03 am]
88 year D. Knuth changes ...
by
Thaddy
[March 13, 2026, 07:31:38 am]
could Ardour's YTK be use...
by
dbannon
[March 13, 2026, 05:20:21 am]
interface and GUID someth...
by
egsuh
[March 13, 2026, 03:31:00 am]
CADSys4 3D.
by
maurog
[March 13, 2026, 01:00:05 am]
Questions about TFuncSeri...
by
wp
[March 13, 2026, 12:36:23 am]
UOS - pre-compiled librar...
by
Fred vS
[March 13, 2026, 12:34:06 am]
Pipewire API
by
Fred vS
[March 12, 2026, 10:11:02 pm]
TSplitter color property ...
by
valdir.marcos
[March 12, 2026, 09:20:11 pm]
ShortStrings vs long stri...
by
valdir.marcos
[March 12, 2026, 08:55:02 pm]
LazPaint (alpha-blending,...
by
CM630
[March 12, 2026, 08:38:30 pm]
Z80 ZX Spectrum and Syste...
by
d2010
[March 12, 2026, 07:58:28 pm]
Qt6/Wayland clipboard: pa...
by
valdir.marcos
[March 12, 2026, 06:27:22 pm]
[ANN] PasBuild 1.5.0 rele...
by
valdir.marcos
[March 12, 2026, 06:19:54 pm]
Synchronizing Lazarus pro...
by
valdir.marcos
[March 12, 2026, 05:46:58 pm]
class not found
by
SA.Blackmon
[March 12, 2026, 05:27:32 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Multithreading example not up to date ? (Read 3595 times)
Fred vS
Hero Member
Posts: 3826
Multithreading example not up to date ?
«
on:
November 18, 2012, 06:13:15 pm »
Hello everybody.
The example
multithreadingexample1.lpi,
in
example/multithreading/Mainunit.pas
contains at line 77 :
Quote
MyThread.Resume;
But it is depreciated, you should write :
Quote
MyThread.Start;
Bye
«
Last Edit: November 18, 2012, 06:16:51 pm by Fred vS
»
Logged
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32, FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.
https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs
BigChimp
Hero Member
Posts: 5740
Add to the wiki - it's free ;)
Re: Multithreading example not up to date ?
«
Reply #1 on:
November 18, 2012, 06:16:36 pm »
Sorry, Fred:
http://bugs.freepascal.org/view_all_bug_page.php?project_id=1
Logged
Want quicker answers to your questions? Read
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero
Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified
Fred vS
Hero Member
Posts: 3826
Re: Multithreading example not up to date ?
«
Reply #2 on:
November 18, 2012, 06:18:13 pm »
@ BigChimp : OK
Logged
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32, FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.
https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs
BigChimp
Hero Member
Posts: 5740
Add to the wiki - it's free ;)
Re: Multithreading example not up to date ?
«
Reply #3 on:
November 18, 2012, 06:27:03 pm »
Well, I can't help it that the bugtracker is the place to report bugs and fixes
Logged
Want quicker answers to your questions? Read
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero
Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified
Fred vS
Hero Member
Posts: 3826
Re: Multithreading example not up to date ?
«
Reply #4 on:
November 18, 2012, 06:41:12 pm »
@ BigChimp : the
was coz i do not like to to create a bugtracker.
But it is done now
(id : 0023346)
«
Last Edit: November 18, 2012, 06:46:54 pm by Fred vS
»
Logged
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32, FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.
https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Multithreading example not up to date ?
TinyPortal
© 2005-2018