Page 1 of 3

ADORDD and ACCESS with FHW 7,12 generating GPF

Posted: Fri Dec 21, 2007 2:34 pm
by vilian
Antonio,

Later that I brought update for 7,12 FWH any program that it executes with ADORDD it generates a GPF.

Code: Select all

#include "adordd.ch"

REQUEST ADORDD

function Main()

   USE Test.mdb VIA "ADORDD" TABLE "Tabla1" ACCESS

   Browse()

   USE

return nil
Already I also tested with lib and compiling adordd.prg together with the system, but the problem persists.

Posted: Sat Dec 22, 2007 8:17 am
by Antonio Linares
Vilian,

Are you using usrrdd.lib from the Harbour/xHarbour builds for FWH 7.12 ?

Posted: Sat Dec 22, 2007 2:14 pm
by vilian
Antonio,

Using usrrdd.lib from the Harbour/xHarbour builds for FWH 7.12 I now have the following message of error:

Code: Select all

UNRECOVERABLE ERROR 9015 - Symbol Item expected from Hb_VmDo()

Posted: Sat Dec 22, 2007 7:30 pm
by Antonio Linares
Please compile adordd.prg as part of your application.

Don't use the library from the ZIP file.

Posted: Mon Dec 24, 2007 11:31 am
by vilian
Antonio,

I already am making thus, but the problem persists.

Posted: Mon Dec 24, 2007 12:24 pm
by nageswaragunupudi
I do not use ADORDD and can not directly comment on this. But the problems I faced in updating my ads_rdd libraries may give some indications.

Because I made some extentions and modifications to ads_rdd lib, every time I upgrade xHarbour. I normally use xharbour provided with FWH. Till FWH 7.11 I had no problems.

When I installed FWH 7.12 and xHarbour with 7.12, I rebuilt my ads libraries and my applications. My applicatiosn started raising GPF whenever ADSRDD is used. ads_rdd provided with xharbour along with 7.12 works. But if i rebuil d my old source with xharbour fwh7.12 i get gpf.

Then I downloaded latest source from xharbour.org. Even the latest source built with xharbour (7.12) raises GPFs

Then I downloaded the latest binaries from xharbour.org and latest ads rdd source. With this everyting is working again.

To summarize. I get GPFs with the following combinations:

1. xharbour with 7.12 and old source code
2. xharbour with 7.12 and new source code.

What works:
1. xharbour with 7.11 and old source code
2. xharbour 1-0-0 beta1 from xharbour.org and new source code.

This information may be useful

Posted: Mon Dec 24, 2007 12:45 pm
by Antonio Linares
NageswaraRao,

Could you please upload your adordd.lib and usrrdd.lib to www.hotshare.net and copy here the download link ? thanks

Posted: Mon Dec 24, 2007 6:24 pm
by vilian
Antonio,

Using usrrdd.lib from the Harbour/xHarbour builds for FWH 7.12 and compiling adordd.prg as part of my application I now have the following message of error:

Code: Select all

UNRECOVERABLE ERROR 9015 - Symbol Item expected from Hb_VmDo() 
This message also appears when I try to compile access1.prg(adordd\samples) with buildx.bat.

Posted: Mon Dec 24, 2007 7:17 pm
by Antonio Linares
Vilian,

We have just emailed Nageswararao to get his libraries and check with them.

Ours are failing too with the same error, and in our opinion, it looks as a xHarbour usrrdd + adordd problem in new build.

Thats why we want to be sure about it testing xharbour.org ones.

Posted: Tue Dec 25, 2007 10:20 am
by Antonio Linares
Vilian,

Please try again with these libs:
http://www.hotshare.net/file/25827-5169496fca.html

Posted: Tue Dec 25, 2007 11:39 am
by Robert Frank
Now instead GPF i got error 9015 : In hb_vmDo() required item type 'Symbol'

my code:
USE ROBERT VIA "ADORDD" TABLE "L065" MYSQL ;
FROM "127.0.0.1" USER "R" PASSWORD "R"

Browse()

USE

Posted: Tue Dec 25, 2007 11:55 am
by Antonio Linares
Robert,

Have you used both libraries from the ZIP file ?

If yes, then it seems as there is a problem with xharbour usrrdd.lib and adordd.lib (as both files have been built from current xharbour cvs).

I appreciate if you or Vilian could email to miguelangel@marchuet.net as he is the maintainer of the adordd in xHarbour, and ask him if he could check it. Thanks,

Posted: Tue Dec 25, 2007 3:21 pm
by vilian
Antonio,

The problem persists exactly with the new archives. I sended e-mail for miguelangel@marchuet.net

Posted: Tue Dec 25, 2007 3:37 pm
by Antonio Linares
Vilian,

Thanks!

Posted: Wed Dec 26, 2007 8:33 am
by Antonio Linares
Vilian,

Please download xHarbour from www.xharbour.org and try your test again, thanks