I even call the callback of another thread. :P
      
No you can't.
    

You still refuse to tell me why, so please stop telling me what I can't 
do, especially when I *am* doing it. 
Of course you can call any callback that exists in the application from anywhere else in the application independently from in which thread context you actually are running. But doing  a function call (or hence using a callback) does not change the thread context you are running in and thus you are still the same thread. IOW: code lines are not _dedicated_ to a thread context.

-Michael


_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to