Error since upgrade
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
Error since upgrade
Hi Everybody,
Ever since I upgraded to FWH 2.7 I get this error but only every now and then and it seems only to pop up when I exit my program.
Unrecoverable error 9009:
hb_xrealloc can't reallocate memory
What can I do to get rid of this error?
Thanks,
Jeff
Ever since I upgraded to FWH 2.7 I get this error but only every now and then and it seems only to pop up when I exit my program.
Unrecoverable error 9009:
hb_xrealloc can't reallocate memory
What can I do to get rid of this error?
Thanks,
Jeff
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
This is strange...
If I put the MsgInfo() as below I get the error and no MsgInfo():
If I do it as below, I never see the error BUT the Msg Box keeps popping up as if it was stuck in a loop.
Jeff
If I put the MsgInfo() as below I get the error and no MsgInfo():
Code: Select all
if ! empty( oMainWnd )
oMainWnd:end()
MSGINFO()
endif
Code: Select all
if ! empty( oMainWnd )
MSGINFO()
oMainWnd:end()
endif
Jeff
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Jeff Barnes
- Posts: 912
- Joined: Sun Oct 09, 2005 1:05 pm
- Location: Ontario, Canada
- Contact: