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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to