Facing Android Development

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

User avatar
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

Post by serge_girard »

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
There's nothing you can do that can't be done...
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Facing Android Development

Post by Roberto Lopez »

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
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.

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)
User avatar
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

Post by serge_girard »

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
There's nothing you can do that can't be done...
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Facing Android Development

Post by Roberto Lopez »

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 can build Harbour apps without dll dependences.

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)
User avatar
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

Post by serge_girard »

Right!

Thanks, Serge
There's nothing you can do that can't be done...
Post Reply