Thanks Roberto.
What I thought to do is the following:
- HMG App for admin functions (INSERTS/DELETES/UPPDATES)
- HMTL for end-users (BROWSE mainly)
- HMG NETIO Server for the data and HMG App-functions
I will find another solution!
Serge
Facing Android Development
Moderator: Rathinagiri
- serge_girard
- Posts: 3420
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: Facing Android Development
There's nothing you can do that can't be done...
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Facing Android Development
You are right, is a good approach, but what I'm saying, is that the best option, is to have your Apache web server in the same machine as your dbf files, so, there is no need to use NETIO on the web server CGI app.serge_girard wrote:Thanks Roberto.
What I thought to do is the following:
- HMG App for admin functions (INSERTS/DELETES/UPPDATES)
- HMTL for end-users (BROWSE mainly)
- HMG NETIO Server for the data and HMG App-functions
I will find another solution!
Serge
But, if that is not possible to you for some reason, you could try to solve the problem, simply building your CGI, in that way that not requires Harbour dlls (check build.bat).
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- serge_girard
- Posts: 3420
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: Facing Android Development
Hi Roberto,
That is right and that's indeed the way I'm doing.
However on the server-side for HTML some BROWSE-functions are quasi the same as on client-side, so I thought to reuse them (with NETIO) but the Harbour.dll give problem.
Serge
That is right and that's indeed the way I'm doing.
However on the server-side for HTML some BROWSE-functions are quasi the same as on client-side, so I thought to reuse them (with NETIO) but the Harbour.dll give problem.
Serge
There's nothing you can do that can't be done...
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Facing Android Development
You can build Harbour apps without dll dependences.serge_girard wrote:Hi Roberto,
That is right and that's indeed the way I'm doing.
However on the server-side for HTML some BROWSE-functions are quasi the same as on client-side, so I thought to reuse them (with NETIO) but the Harbour.dll give problem.
Serge
You only must to remove the '-shared' parameter in build.bat.
Then you'll be building a stand-alone app.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- serge_girard
- Posts: 3420
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: Facing Android Development
Right!
Thanks, Serge
Thanks, Serge
There's nothing you can do that can't be done...