Robert,
Are you using xHB commercial ?
Robert,
Are you using xHB commercial ?
Antonio Linares wrote:Robert,
Are you using xHB commercial ?
Robert,
> But I got the same error.
Could you please provide me a PRG sample to reproduce the error here ? Thanks,
Antonio,
I simply re-downloaded the FWH install after you noted it had been rebuilt, and then I did a rebuild of my application ( complete ).
I did not rebuild any libraries.
I'm using xHarbour commercial (Nov. stable build) with your latest FWH 8.04.
I did revert to FWH 8.03 and there are no problems.
Tim
Tim,
Could you provide a sample PRG to generate the error ? Thanks,
Built using FWH 8.04 and xHarbour(.com) Nov 2007
Under Vista, this program dies on startup and generates a Vista GPF message:
FUNCTION main( nMode )
// SET options
SET _3DLOOK ON
SET DELETED ON
SET EPOCH TO 1950
SET CENTURY ON
SETHandleCount( 220 )
SET EXCLUSIVE OFF
SetBalloon(.t.)
// Fonts Master definition
DEFINE FONT oMfont NAME "MS Sans Serif" SIZE 0, -10 BOLD
// Now open the window and apply settings
DEFINE WINDOW oWnd FROM 1,1 TO 768,1024 PIXEL TITLE "Test Open"
oWnd:oFont := oMfont
WNDCENTER( oWnd:hWnd ) // Center the window on the screen
// Establish the message bar
SET MESSAGE OF oWnd TO "(c) Test 2008" 2007 NOINSET DATE KEYBOARD FONT oMfont
oWnd:oMsgBar:nHeight := oMFont:nHeight( ) * 1.08 + 12
// Activate the window
ACTIVATE WINDOW oWnd VALID MsgYesNo( "Do you want to quit ? ", "Exiting Test")
// Close and release
SET 3DLOOK OFF
RETURN ( NIL )
function __ClsActive() ; return nil
Tim,
Probably this line:
function __ClsActive() ; return nil
is the one that generates the GPF.
Could you please ask xHB.com to provide you a working __ClsActive() code ? Thanks
Antonio Linares wrote:Probably this line:
function __ClsActive() ; return nil
is the one that generates the GPF.
Manuel,
Just a simply DATA assignment ? Thanks for your feedback,
Antonio Linares wrote:Just a simply DATA assignment ?
Antonio Linares wrote:Tim,
Probably this line:
function __ClsActive() ; return nil
is the one that generates the GPF.
Could you please ask xHB.com to provide you a working __ClsActive() code ? Thanks
Tim Stone wrote:Built using FWH 8.04 and xHarbour(.com) Nov 2007
Under Vista, this program dies on startup and generates a Vista GPF message:
function __ClsActive() ; return nil
Patrick,
Thanks for your feedback,
Please provide the xHB April beta to users asap! ![]()
Antonio Linares wrote:Patrick,
Thanks for your feedback,
Please provide the xHB April beta to users asap!