ADORDD and ACCESS with FHW 7,12 generating GPF

User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

ADORDD and ACCESS with FHW 7,12 generating GPF

Post 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.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vilian,

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

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post 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()
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Please compile adordd.prg as part of your application.

Don't use the library from the ZIP file.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post by vilian »

Antonio,

I already am making thus, but the problem persists.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post 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
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post 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.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vilian,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland
Contact:

Post 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
Robert Frank
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post by vilian »

Antonio,

The problem persists exactly with the new archives. I sended e-mail for miguelangel@marchuet.net
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vilian,

Thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vilian,

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

Antonio Linares
www.fivetechsoft.com
Post Reply