FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ADORDD on FW9.12
Posts: 9
Joined: Fri Oct 28, 2011 09:07 PM
ADORDD on FW9.12
Posted: Tue Nov 17, 2015 04:40 PM

Hi, i have a problem compiling ADORDD on FWH9.12 (Harbour 2.0)

When compile, i get an unresolved external error on funcion _hb_vmProcessSymbolEx.

I there a lib missing?. Can you teelme wich one?

Thank you

Leandro.

Leandro García
www.evosistemas.com.ar
Rosario - Argentina
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ADORDD on FW9.12
Posted: Tue Nov 17, 2015 06:39 PM
Leandro,

Harbour 2.0 is an old version.

Why don't you use a more recent Harbour version ?

https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9
Joined: Fri Oct 28, 2011 09:07 PM
Re: ADORDD on FW9.12
Posted: Wed Nov 18, 2015 02:28 PM

Antonio,

I follow your advice and try with Harbour 3.4 and now I have this errors:

the same: _hb_vmProcessSymbolsEx from adordd.lib
and added the follows:
_hb_fun_loadlibrary, _hb_fun_freelibrary and _hb_fun_dbskipper, from fiveh.lib

I need to upgrade something else, isn't it.?

FW9.12, is compatible with ADORDD?. I need to migrate an large aplication fron DBF/CDX to MySQL or MSSQL, so an upgrade can impact on any module of the application and require a lot of testing. If we have to upgrade, I need to be sure that can implement ADORDD.

(The next time I post in the Spanish forum. Un español y un argentino hablando en ingles, no tiene sentido, jeje)

Gracias.

Leandro García
www.evosistemas.com.ar
Rosario - Argentina
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Re: ADORDD on FW9.12
Posted: Wed Nov 18, 2015 02:44 PM

Leandro,

There isnt any adordd.lib.
Its adordd.prg you must use.

Where did you get adordd ?

Regards

Antonio H Ferreira
Posts: 9
Joined: Fri Oct 28, 2011 09:07 PM
Re: ADORDD on FW9.12
Posted: Wed Nov 18, 2015 05:29 PM

I found it in a post here, at the forum... really don't remember which one. If there are not a adordd.lib, just a prg, I'm really lost now...

What I did is, parallel to the main project, of course, the procution one, I try to compile a new prg that conect to a MySQL database and bring me son data stored on a table imported from a DBF. The problem is that I can't even compile it, 'cose giveme the errors I show you in previously post.

(sorry my english)

Thank you, Antonio.

Leandro García
www.evosistemas.com.ar
Rosario - Argentina
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Re: ADORDD on FW9.12
Posted: Wed Nov 18, 2015 05:43 PM

Leandro,

Check at https://github.com/AHFERREIRA/adordd.git

Include adordd.prg and adordd.ch in your project .

Compile ,link .

Regards

Antonio H Ferreira
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ADORDD on FW9.12
Posted: Wed Nov 18, 2015 08:02 PM
Leandro,

It would be very convenient that you upgrade your FWH from www.fivetechsoft.com and use this Harbour:

https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/harbour_3.2_32bits_Borland7_20150621.zip

You will also have to use Borland bcc7. Please email me if you don't find it and need some instructions about it
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion