Hi Rob > The named constant for that return value is > Exception_Continue_Execution
Yes, I tried that first but D7 doesn't appear to have it defined. > And remember that this function needs to be a stdcall function. I should have realized that but I failed to add stdcall to the function. > Its parameter should be a _pointer_ to a TExceptionPointers record. I didn't notice that either. I will declare a type PExceptionPointers = ^TExceptionPointers and use that in the function. Thanks, Ross. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

