Re: [fpc-pascal] Re: Platform independent alternatives

2011-06-24 Thread Burkhard Carstens
Am Freitag, 24. Juni 2011 19:55 schrieb fluisgira...@gmail.com: > Some years ago, I started the port of my project (PascalSCADA) from > Windows to others platforms. I found some issues doing this. I used > all resources that the FPC RTL can offer. > > To thread, I used TThread class. The issues tha

Re: [fpc-pascal] Re: Platform independent alternatives

2011-06-24 Thread fluisgira...@gmail.com
Some years ago, I started the port of my project (PascalSCADA) from Windows to others platforms. I found some issues doing this. I used all resources that the FPC RTL can offer. To thread, I used TThread class. The issues that I found porting this, is that Suspend/Resume don't works on others plat