On 20 May 2009, at 22:01, Jonas Maebe wrote:
The problem you have right now is that the program and each of your libraries each contain their own copy of the exception class, and therefore do not recognise (Pascal) exceptions raised by any of the others.
Well, that and the fact that moreover each library/program contains its own exception stack rather than a single shared one (although that could in theory already be solved by implementing eh-frame-based exception handling. Not that this would be so much easier than implementing packages support. Neither is particularly trivial.
Jonas _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal