David, please test with current repo.
Brgds,
Viktor
On 2008.06.02., at 11:15, David Arturo Macias Corona wrote:
Viktor
>Please try to remove OS/2 exception handling stuff
>in source/vm/extrap.c and see if it helps.
These are SVN browse of last change (rev 8553, 8562)
What code should I to change ?
-------------------------------------------------------------
{
167 hb_errInternal( HB_EI_ERRUNRECOV, "Unable to setup
exception handler (DosSetExceptionHandler())", NULL, NULL );
hb_errInternal( HB_EI_ERRUNRECOV, "Unable to setup exception handler
(DosSetExceptionHandler())", NULL, NULL );
168 } }
169 #endif
170 }
171
172 void hb_vmUnsetExceptionHandler( void )
173 {
174 #if defined(HB_OS_OS2) /* Add OS2TermHandler to this
thread's chain of exception handlers */
175 {
176 EXCEPTIONREGISTRATIONRECORD RegRec; /* Exception
Registration Record */
177 APIRET rc; /* Return
code */
178
179 /* I don't do any check on return code since harbour
is exiting in any case */
180 rc = DosUnsetExceptionHandler( &RegRec );
181 HB_SYMBOL_UNUSED( rc );
-------------------------------------------------------------
David Macias
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour