Ron: Somehow structures as used by fwh are blowing up. Building our app with BCC 5.8 I was getting hb_xautorelease() at startup. I was able to reproduce it with this single liner:
function main() msginfo( lfn2sfn( "C:\Program Files" ), "C:\Program Files" ) return nil You need to link with the fwh. First you get: --------------------------- Unrecoverable error 9010: --------------------------- hb_xautorelease() Invalid Pointer 00F61F98 ¶V --------------------------- OK --------------------------- And the debug window shows: [9940] Unrecoverable error 9010: [9940] hb_xautorelease() Invalid Pointer 00F61F98 ¶V [9940] [9940] Called from TSTRUCT:CFILENAME(0) [9940] [9940] Called from SFN2LFN(63) fwh\source\function\longnam2.prg has the code and it uses Struct... End Struct constructs so the problem seems to be there. The line where it blows up is: oWin32:cFileName Is there a xharbour approach for those functions? Regards, -- Luis Krause Mantilla lkrausem at shaw dot ca luis_krause at hotmail dot com "May the Source be with GNU" ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

