FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ADORDD and ACCESS with FHW 7,12 generating GPF
Posts: 95
Joined: Fri Nov 23, 2007 04:43 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 10:57 AM

When I downloaded xHarbour compiller attached to FWH 7.12 i got build 1.1.0
Version downloaded from www.xharbour.org has build number 1.0.0

I'm going to test it today.

Robert Frank
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 10:59 AM

Robert,

>
When I downloaded xHarbour compiller attached to FWH 7.12 i got build 1.1.0. Version downloaded from www.xharbour.org has build number 1.0.0
>

Yes, thats why we think its an error in 1.1.0

> I'm going to test it today.

Thank you!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 95
Joined: Fri Nov 23, 2007 04:43 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 11:18 AM

I use ADO LIBs from Antonio post
.....
Please try again with these libs:

http://www.hotshare.net/file/25827-5169496fca.html
.....

1.0.0 = GPF
1.1.0 = In hb_vmDo() required item type 'Symbol'

Robert Frank
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 11:22 AM

Robert,

Please try with all the libs from xharbour.org (including usrrdd.lib and adordd.lib).

Please don't mix my posted libraries with the xHarbour build distributed with FWH ones. Thanks,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 95
Joined: Fri Nov 23, 2007 04:43 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 11:31 AM

xHarbour 1.0.0

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

error:

Application

Path and name: C:\FWH_MYAP\Maraboot\F_MAIN.exe (32 bits)
Size: 3,414,016 bytes
Time from start: 0 hours 0 mins 2 secs
Error occurred at: 26.12.2007, 12:25:54
Error description: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: OPEN
Args:
[ 1] = C L065
[ 2] = O Object

Stack Calls

Called from: win32ole.prg => TOLEAUTO:OPEN(0)
Called from: adordd.prg => ADO_OPEN(264)
Called from: => DBUSEAREA(0)
Called from: F_PACJEN.prg => GET_PACJENT(26)
Called from: F_MENU.prg => (b)BUILDMENU(520)
Called from: MENU.PRG => TMENU:COMMAND(0)
Called from: WINDOW.PRG => TWINDOW:COMMAND(0)
Called from: MDIFRAME.PRG => TMDIFRAME:COMMAND(0)
Called from: => TMDIFRAME:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: WINDOW.PRG => TMDIFRAME:ACTIVATE(0)
Called from: F_MENU.prg => MENU_GLOWNE(155)
Called from: F_MAIN.prg => MYAPP(131)

Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 04:43 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 11:36 AM

1.1.0 - GPF

Robert Frank
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 11:36 AM

Robert,

Thanks! Well, the GPF is gone with 1.0.0. That confirms our idea that the 1.1.0 has a problem with the usrrdd.lib

Please try it again but don't link adordd.lib. Instead include adordd.prg at the bottom of the tested PRG (because adordd.prg is different from the one that we provide). Thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 11:59 AM

Antonio,

I already tested with libs of xHarbour and adordd.prg compiled together to my system, but the problem continues.

Also I made download of xharbour.org, I compiled all the sources, but the error persists!

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 12:16 PM

Mr Vilian

I am using the binaries downloaded from xhabour.org. I compled adordd.prg with these binaries. I am using usrrdd.lib from the xharbour\lib folder. Adordd is working for me.
I am using bcc

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 12:18 PM

Vilian,

Is it the same error or a GPF ?

Did you get any answer from Miguel Angel ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 12:22 PM

From the error reported, it seems Mr Robert's error is not from adordd.lib. It is an error in opening the mysql table.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 12:36 PM
Antonio,

The error message is the following one:


UNRECOVERABLE ERROR 9015 - Symbol Item expected from Hb_VmDo()


The Miguel answered requesting me an example, sent yesterday for it.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Wed Dec 26, 2007 12:40 PM

Vilian,

Thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Sat Dec 29, 2007 09:10 PM

Antonio,

Some newness?

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
ADORDD and ACCESS with FHW 7,12 generating GPF
Posted: Tue Jan 15, 2008 08:35 PM

Antonio,

I received email from Miguel Angel Marchuet communicating already is decided the error message.

You go to liberate new version of xHarbour/FWH?

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil