Re: Passing data prom one thread to another

2019-01-01 Thread adamlevine
[há hắng]ư)[http://forum.gamevn.com/forums/cac-quang-cao-khac.394/create-thread](http://forum.gamevn.com/forums/cac-quang-cao-khac.394/create-thread))

Passing data prom one thread to another

2018-03-22 Thread adamlevine
Passing data prom one thread to another Hi, I have created a process that's runing a thread that open some windows form, now i want that other running threads from the same process will be able to pass data to this windows form or even close it or reopen it. The Windows form GUI is always in

Interface <> Implementation

2018-03-15 Thread adamlevine
Code: interface type TForm2 = class(TForm) procedure Shaders(var aShaderProgram: glUInt); ... implementation procedure TForm2.Shaders; How come it is possible that I can compile and run this?