LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 06-21-2024, 09:39 AM   #1
LinuxMason
LQ Newbie
 
Registered: Jun 2024
Posts: 2

Rep: Reputation: 0
Best Distro to run FoxPro (Microshaft) software?


Greetings!!

I've been using Linux since Ubuntu 12.04, about 12 years, and I've encountered relatively few bugs and issues, even after shifting over to Kodachi and UbuntuStudio, making me a BELIEVER in Linux.

Like many Linux users, I've become very distrustful of Microshaft and Bill Gates and have tried to steer clear of as many of their products as possible.

My company uses a program that was written using FoxPro, which I understand is exclusive to Winblows. Does anyone know of a Linux distro that is capable of running FoxPro software? (Wine in Ubuntu does not seem to work for me.)

Any help telling Bill Gates to jump in the lake would be GREATLY appreciated!!

Mason
 
Old 06-21-2024, 05:32 PM   #2
johan51234321
LQ Newbie
 
Registered: Jun 2024
Location: Lissabon, Portugal
Distribution: ubuntu 22.04 LTS
Posts: 4

Rep: Reputation: 1
Post

The simplest way I can think of is using a windows VM.
If you only use windows for that one app they won't be able to spy on you much.
 
1 members found this post helpful.
Old 06-21-2024, 05:46 PM   #3
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 6,204

Rep: Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966
Personally, I would use the DOS version on DOSBOX or FreeDOS. The windows version MIGHT run on ReactOS (the daily image has the latest code).

It is dead our of support now, so the better answer is porting/migrating to a different database engine. If that is not possible, and it is sometimes not for legacy applications, I would run tests of the Windows versions on ReactOS.

If it does not require internet access I might isolate it and continue running it on Win7, or even XP if it will run there.

And we agree, betting your company on Microsoft and Microsoft products puts you in a HIGH RISK class on day 1, but we had to learn that from experience.
 
1 members found this post helpful.
Old 06-21-2024, 06:19 PM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 6,204

Rep: Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966Reputation: 2966
Found some interesting links. Might these help?

https://www.recitalsoftware.com/?/ar....htm&mainFrame

My other link just went dead, but it was a successful install of Foxpro Windows into Wine. The setup threw errors, but if you ignored the errors it did finally complete setup and then worked properly.

ALL of the information I find on this is VERY dated. Sorry!

Last edited by wpeckham; 06-21-2024 at 06:21 PM.
 
1 members found this post helpful.
Old 06-21-2024, 07:37 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,811

Rep: Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334Reputation: 6334
Welcome to LinuxQuestions.

Bill Gates has not been active in Microsoft operations since 2008 or so.

Are you actually trying to run Visual FoxPro versus the DOS version? As posted it should work using wine but did you also install the runtime libraries? What version of wine are you running? I am not a wine expert but I believe VFP is a 32 bit program so is wine configured to run 32 bit programs but I believe it does not matter if running wine 9.
 
1 members found this post helpful.
Old 06-22-2024, 09:45 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,728

Rep: Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171Reputation: 8171
Quote:
Originally Posted by LinuxMason View Post
Greetings!!
I've been using Linux since Ubuntu 12.04, about 12 years, and I've encountered relatively few bugs and issues, even after shifting over to Kodachi and UbuntuStudio, making me a BELIEVER in Linux.

Like many Linux users, I've become very distrustful of Microshaft and Bill Gates and have tried to steer clear of as many of their products as possible. My company uses a program that was written using FoxPro, which I understand is exclusive to Winblows. Does anyone know of a Linux distro that is capable of running FoxPro software? (Wine in Ubuntu does not seem to work for me.) Any help telling Bill Gates to jump in the lake would be GREATLY appreciated!!
Foxpro?? Even if it's visual Foxpro, the latest version was released in 2007...making it *SEVENTEEN YEARS* out of date.
https://learn.microsoft.com/en-us/pr...0117(v=msdn.10)

If this is for your company, you'd be far better served in migrating to anything current. Exporting the data into anything else (like MariaDB) is fairly trivial, and any decently skilled web developer can easily put a front-end on it pretty quickly.
 
1 members found this post helpful.
Old 06-24-2024, 07:55 AM   #7
LinuxMason
LQ Newbie
 
Registered: Jun 2024
Posts: 2

Original Poster
Rep: Reputation: 0
Thank YOU!!!!

Thank you all for your input!! Much appreciated!!!

I'll check on that Wine version, but I installed supposedly the latest version about a year ago when I first tried to install this software on my UbuntuStudio machine. The software is called SimplyGenius, written in FoxPro, and is Windows-based. SimplyGenius is a program used in the automotive repair business to track repair orders. With the exception of this one program, pretty much everything we do is web-based, so finding a way to run SimplyGenius in Linux would be ideal for me.

Johan, a VM is such a simple possible solution, and I'm a simpleton, so I SHOULD have thought of that, but obviously I didn't. I'll check into that!! Thank you!!!

WPeckham, I'll check those links, too!! That one that was dropped off is probably just what I was looking for!! Thank YOU so much!!!

I'll try to post my findings here once I figure things out. Thank you again, everyone, for all your input!!!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
root partition 100% used, frustrated Microshaft transplant CPUNeck Linux - Software 9 02-03-2006 04:04 AM
Microshaft angry at Google ctkroeker General 1 09-04-2005 05:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 07:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration