FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index All products support Generare un errore GPF
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Generare un errore GPF
Posted: Wed May 07, 2008 07:46 AM

Salve,
esiste una funzione per generare un errore GPF ?

La funzione __GenGPF() sembrerebbe non funzionare su Vista.

Grazie

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Generare un errore GPF
Posted: Wed May 07, 2008 08:35 AM
Marco,

#pragma BEGINDUMP

HB_FUNC( GENGPF )
{
   long * pLong = 0;

   * pLong = 1; 
}

#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion