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.
ADORDD on FW9.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ADORDD on FW9.12
Leandro,
Harbour 2.0 is an old version.
Why don't you use a more recent Harbour version ?
https://bitbucket.org/fivetech/harbour- ... /downloads
Harbour 2.0 is an old version.
Why don't you use a more recent Harbour version ?
https://bitbucket.org/fivetech/harbour- ... /downloads
Re: ADORDD on FW9.12
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.
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.
Re: ADORDD on FW9.12
Leandro,
There isnt any adordd.lib.
Its adordd.prg you must use.
Where did you get adordd ?
There isnt any adordd.lib.
Its adordd.prg you must use.
Where did you get adordd ?
Regards
Antonio H Ferreira
Antonio H Ferreira
Re: ADORDD on FW9.12
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.
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.
Re: ADORDD on FW9.12
Leandro,
Check at https://github.com/AHFERREIRA/adordd.git
Include adordd.prg and adordd.ch in your project .
Compile ,link .
Check at https://github.com/AHFERREIRA/adordd.git
Include adordd.prg and adordd.ch in your project .
Compile ,link .
Regards
Antonio H Ferreira
Antonio H Ferreira
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ADORDD on FW9.12
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
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