Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
the program is in fxp .Can you give us some details about what you see when you try to run it?
If your program was compiled to an EXE in FoxPro 2.6 for DOS, it will run, provided you have the runtimes in the path or in the execution folder, otherwise you can run it by using the old FOXR.EXE by running FOXR (FXP or APP filename).
You are now using a virtual environment, just saying. There's nothing wrong with that.without using virtual environment .
Very true.You are now using a virtual environment, just saying. There's nothing wrong with that.
Let’s not act like snobs . Let’s not get into whether I have used dos or not. If I am talking about dos , config.sys and foxpro for dos then that itself says enough about my past background .Autoexec.bat would define what starts automatically, not autoexe, nor autoexec alone. And it has to be in the start drive, that's still the same when it comes to a DOS emulator like DOSBOX-X, doesn't it?
Well, and otherwise you get to the command prompt. You're as free to start what you want to start like when Windows started to the desktop, you just don't have icons to click on but need to type. I mean, that should be clear. You make me wonder if you ever used a DOS PC.
Joe has some hints on how the runtime environment for an FPDOS app works, but in general, once you're at the command prompt the rest of your problems are just DOS and FPDOS problems. Nobody can help you with what you need for a specific app to let it run, but generally entering SOME.EXE or START SOME.EXE would start an application from a DOS prompt. Be it FPDOS itself or an FPDOS application. You may need to CD into the correct directory, first - and maybe parameters or command line switches are necessary, depends on what you programmed, nobody can tell you that.
DOSBox-X emulates a PC necessary for running many DOS games and applications
I see many people saying they have installed foxpro for dos on windows 10
I also posted a solution, which is to simply install Windows 10 32-bit.
Windows 10 32-bit definitely allows DOS programs like FoxPro to run without emulation or virtualization.
Here's where you can get it.
Just create an installer for the 32-bit version. Windows 10 is the last version that is available in 32-bit versions.
Do you have the prg or only the fxp file? (I assume FCO is a double typo on c for x and o for p - you can edit your posts, by the way, to correct such mistakes) With prg sources you could find out what fails exactly. If the problem is wihtin the code any other solution won't help you either and to get this working you'd need to decompile the FXP, likely much more than just that one FXP.Well the screen just freezes and I need to restart dos box x . It seems the program is unable to load
I installed windows 10 , 32 bit and after making some changes in the config.nt file , the program is now running .Thanks . All this while I thought you cannot use windows 10 , 32 bit .
Just few questions . When we run out foxpro program under windows xp , we make some changes in windows.nt file . We change the buffer and files value and then under environment variables we set the path to for the foxpro directory .
We also use a ifix2000 . Now honestly I don’t know why we use that , but it I am not wrong , it deals with the y2k problem .
Let me make a fresh installation or windows 10 and see what problems I encounter .