Based on a user report using xHarbour CVS October 28:tested with xBuilder
beta 112 ( built today - November 3 ).
The below code throws Windows generic error message on XP Pro SP3 ( "...the
program needs to close, sorry for the inconvenience..." )

Note: the test works fine with xBuilder of September 24.

Ella


REQUEST DBFCDX
#include "dbinfo.ch"

function main()
   local n1, n2
   use ("c:\docs\customers.dbf") via "DBFFPT"
   n1:=dbinfo( DBI_FILEHANDLE )
   ? valtype( n1 )
   ? n1
   n2:=dbinfo( DBI_MEMOHANDLE )  // here is the problem
   ? valtype( n2 )
   ? n2
   wait "..."
return NIL
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to