--Hi all and a Merry Christmas,
I have also posted this in the Developers section.
I’m new to this, so apology if this is not the correct place to ask this question.
I look after the IT side of things for a gliding club which is based on the south coast or England called PNGC. One of our members has written a program called LogStar which is used in the gliding club for all gliding activities ranging from club membership to logging all the flights for each club member.
He created the program in Clipper 5 and then compiles it to run in DOS on a Windows PC. The problem is that DOS is slowly dying, so we are looking at alternatives to run this program. One thought is to recompile the program, so that it can run on the raspberry pi raspbian OS which is linux based. If this is possible then we could continue to use the LogStar program on a basic raspberry pi box instead of a PC.
The basic requirements for running LogStar is to have it in a full screen, be able to print reports like the flying list order and to be able to back up the data files via a USB stick connected to the raspberry pi.
The question is – does anyone know if it might be possible to compile Clipper 5 created code in Harbour to run on the raspberry pi?
Thanks in advance for any feedback.
Siggi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No doubt someone else can advise if there is a version of Wine that would allow Windows applications to run under Linux on the Pi
or if there is a Linux based Clipper source code compiler.
I have run my own compiled Windows applications under Wine on Ubuntu Linux.
Hi SiggiI can answer a part of your question but I do not know the Raspberry Pi very well.I have managed to compile Clipper source code using Harbour Mini Gui to run as a console application under Windows XP 32bit and Windows 7 64bit with very few changes to the source code.No doubt someone else can advise if there is a version of Wine that would allow Windows applications to run under Linux on the Pi or if there is a Linux based Clipper source code compiler. I have run my own compiled Windows applications under Wine on Ubuntu Linux.Regards
Bob
Bob F Burns G3OOU, G-QRP 6907, @BobFBurns
Crystal Palace Radio & Electronics Club: www.g3oou.co.uk
Technical web site: www.qsl.net/g3oou
In a message dated 28/12/2015 11:40:50 GMT Standard Time, siggi....@gmail.com writes:
--Hi all and a Merry Christmas,
I have also posted this in the Developers section.
I’m new to this, so apology if this is not the correct place to ask this question.
I look after the IT side of things for a gliding club which is based on the south coast or England called PNGC. One of our members has written a program called LogStar which is used in the gliding club for all gliding activities ranging from club membership to logging all the flights for each club member.
He created the program in Clipper 5 and then compiles it to run in DOS on a Windows PC. The problem is that DOS is slowly dying, so we are looking at alternatives to run this program. One thought is to recompile the program, so that it can run on the raspberry pi raspbian OS which is linux based. If this is possible then we could continue to use the LogStar program on a basic raspberry pi box instead of a PC.
The basic requirements for running LogStar is to have it in a full screen, be able to print reports like the flying list order and to be able to back up the data files via a USB stick connected to the raspberry pi.
The question is – does anyone know if it might be possible to compile Clipper 5 created code in Harbour to run on the raspberry pi?
Thanks in advance for any feedback.
Siggi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-users+unsubscribe@googlegroups.com
did he provide a .lnk file ? or .rmk file? or one or more .bat files with the settings to compile? The former files are instructions on how to link the compiled .prg files into an executable and it would be clear if there is some external library involved.In my online guide you will find all the infos needed but I wonder if it is your first programming experience...
Most of the files are .prg files, plus two .OBJ and one .RMK file.
I would say my programming skills are now limited! I used to program in REXX and even APL (both old IBM programming language) but that was about 25+ years ago :-)Where can I find you programming guide?
--
Hi SiggiI can answer a part of your question but I do not know the Raspberry Pi very well.I have managed to compile Clipper source code using Harbour Mini Gui to run as a console application under Windows XP 32bit and Windows 7 64bit with very few changes to the source code.No doubt someone else can advise if there is a version of Wine that would allow Windows applications to run under Linux on the Pi or if there is a Linux based Clipper source code compiler. I have run my own compiled Windows applications under Wine on Ubuntu Linux.Regards
Bob
Bob F Burns G3OOU, G-QRP 6907, @BobFBurns
Crystal Palace Radio & Electronics Club: www.g3oou.co.uk
Technical web site: www.qsl.net/g3oou
In a message dated 28/12/2015 11:40:50 GMT Standard Time, siggi....@gmail.com writes:
--Hi all and a Merry Christmas,
I have also posted this in the Developers section.
I’m new to this, so apology if this is not the correct place to ask this question.
I look after the IT side of things for a gliding club which is based on the south coast or England called PNGC. One of our members has written a program called LogStar which is used in the gliding club for all gliding activities ranging from club membership to logging all the flights for each club member.
He created the program in Clipper 5 and then compiles it to run in DOS on a Windows PC. The problem is that DOS is slowly dying, so we are looking at alternatives to run this program. One thought is to recompile the program, so that it can run on the raspberry pi raspbian OS which is linux based. If this is possible then we could continue to use the LogStar program on a basic raspberry pi box instead of a PC.
The basic requirements for running LogStar is to have it in a full screen, be able to print reports like the flying list order and to be able to back up the data files via a USB stick connected to the raspberry pi.
The question is – does anyone know if it might be possible to compile Clipper 5 created code in Harbour to run on the raspberry pi?
Thanks in advance for any feedback.
Siggi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-users+unsubscribe@googlegroups.com
Sorry, I forgot: I strongly suggest to use a system to keep track of source code changes, something like git or mercurial, so that you can roll back to previous versions of the source code. I use mercurial.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.