ADORDD on FW9.12

Post Reply
lgarcia
Posts: 9
Joined: Fri Oct 28, 2011 9:07 pm
Location: Rosario, Argentia

ADORDD on FW9.12

Post by lgarcia »

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

Re: ADORDD on FW9.12

Post by Antonio Linares »

Leandro,

Harbour 2.0 is an old version.

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

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

Antonio Linares
www.fivetechsoft.com
lgarcia
Posts: 9
Joined: Fri Oct 28, 2011 9:07 pm
Location: Rosario, Argentia

Re: ADORDD on FW9.12

Post by lgarcia »

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
AHF
Posts: 837
Joined: Fri Feb 10, 2006 12:14 pm

Re: ADORDD on FW9.12

Post by AHF »

Leandro,

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

Where did you get adordd ?
Regards
Antonio H Ferreira
lgarcia
Posts: 9
Joined: Fri Oct 28, 2011 9:07 pm
Location: Rosario, Argentia

Re: ADORDD on FW9.12

Post by lgarcia »

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
AHF
Posts: 837
Joined: Fri Feb 10, 2006 12:14 pm

Re: ADORDD on FW9.12

Post by AHF »

Leandro,

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

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

Compile ,link .
Regards
Antonio H Ferreira
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: ADORDD on FW9.12

Post by Antonio Linares »

Leandro,

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

https://bitbucket.org/fivetech/harbour- ... 150621.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
Post Reply