Fred van Stappen
2017-07-12 19:20:17 UTC
Hello Martin.
I have a strange problem with hints and FreeBSD64.
With one of my projects, with same code, the hints are ok for Linux32/64, Win32/64 but for FreeBSD64, the hints are not show anymore ;-(
After deep and heavy investigations, I found the guilty.
It appends if a thread was created.
thethread := TDummyThread.create(true); // ---> after this, no more hints....
In attachment, simple demo that shows the problem.
Thanks.
Fre;D
I have a strange problem with hints and FreeBSD64.
With one of my projects, with same code, the hints are ok for Linux32/64, Win32/64 but for FreeBSD64, the hints are not show anymore ;-(
After deep and heavy investigations, I found the guilty.
It appends if a thread was created.
thethread := TDummyThread.create(true); // ---> after this, no more hints....
In attachment, simple demo that shows the problem.
Thanks.
Fre;D