Thank you very much for make this video for me. I just watch finish. I understand more , I will try apply to my project today . If I have problem i will ask you again . Thank you. and Merry Christmas to you too.
@somsakkhemvivit438119 күн бұрын
Good content , Thank sir.
@BitmasterXor19 күн бұрын
Your welcome :) glad you liked it!
@vyse863720 күн бұрын
Is delphi still free?
@BitmasterXor19 күн бұрын
Yes its free (Basically) There are 2 different variations of "Pascal / Delphi" 1. Free Pascal (Lazarus IDE) 2. Delphi (Embarcadero RAD Studio) Free Pascal is 100% free and it always will be so you could use Lazarus to program with Pascal which is the language itself. Or you could also download the "Free Community Edition" of Delphi (Embarcadero RAD Studio) from their website. either way it is free to start coding in Delphi.
@akkarawat15 күн бұрын
Hi, I just try to use OmniThreadLibrary component and watch Video Webinar ( kzbin.info/www/bejne/rX66fWhsn7Z3prc ) it's have many part video but I think in video webinar explain hard understand because example of source code not good for beginner . It's possible you help remake video explain easy with have Use case in real world situation for easy understand and Make sense . How to use differrent thread or task type ( such as Async , Future , Join , ParalleTask , etc.. ) I try to learn how to use Thread and finding easy way to use Thread. Thank you very much
@akkarawat15 күн бұрын
if possible please have picture graphic explain too (or you draw picture and explain) . I think it's will help to figure out how mult-thread , Task or Paralle work it
@BitmasterXor14 күн бұрын
I'm currently working on another Video series for the channel but as soon as I'm finished ill make a video covering OmniThread Library.... it actually does not Thread in the "Normal Sense" it uses windows "Parallel Tasks" instead of actually threading... although it does have its own custom TThread Wrapper class.