Yes, but do you use TThread?
I don't really need cmem unit, so if you can use threads without it, better.
Also, I can't really get a single window application running, APPTYPE seems to don't work in MacOS?
My application now opens both a Carbon window and a console window, and while the console is useful for printing info, I want to be able to choose between having it or not.
Any special switch I need to compile?
(I don't use SDL or anything else, I create my window directly using Carbon, the code was based on a C++ sample I found on the web.)