ADORDD and ACCESS with FHW 7,12 generating GPF

Postby Robert Frank » 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
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 42079
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Robert Frank » 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
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 42079
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Robert Frank » 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
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Robert Frank » Wed Dec 26, 2007 11:36 am

1.1.0 - GPF
Robert Frank
User avatar
Robert Frank
 
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 42079
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby vilian » 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
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Postby nageswaragunupudi » 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
User avatar
nageswaragunupudi
 
Posts: 10624
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 42079
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby nageswaragunupudi » 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
User avatar
nageswaragunupudi
 
Posts: 10624
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby vilian » Wed Dec 26, 2007 12:36 pm

Antonio,

The error message is the following one:


Code: Select all  Expand view
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
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Postby Antonio Linares » Wed Dec 26, 2007 12:40 pm

Vilian,

Thanks!
regards, saludos

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

Postby vilian » Sat Dec 29, 2007 9:10 pm

Antonio,

Some newness?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

Postby vilian » Tue Jan 15, 2008 8: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
User avatar
vilian
 
Posts: 975
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 71 guests