[fpc-pascal] Threading in FPC DOS

Andreas Berger Andreas at TheBergerClan.org
Tue Jul 11 20:14:33 CEST 2006


I need to implement some simple threading in a DOS application I am 
writing with FPC. What I need to know is the following:

1) Does FPC protect it's stack or can I allocate memory from the heap 
and point SS and ESP to it for the threads stack.

2) If the stack is protected, how do I allocate stack memory for new 
threads?

Regards,
Andreas



More information about the fpc-pascal mailing list