For what it's worth, in 2.6 SET('DEFAULT') returns the drive letter only. From the help:
DEFAULT SET("DEFAULT") returns the default
drive.
The default directory is returned by
SYS(2003).
As far as I know FoxPro 2.6 will only work on a 32bit version of Windows.
I now use FoxPro 2.6 on 64bit Windows 10 using vDos, which works very well.
John
Another possibility is to run the FPW windows app in an emulator. I have had very good success with vDos (vdos.info) running an app written in FoxPro 2.6 on a couple of 64bit Windows 7 machines.
vDos is fine for normal use but it's too slow for some administrative tasks, such as re-indexing...
I tested this some time ago so I may not have all the details correct...
1) You should use SET CPDIALOG OFF or VFP will add code page information to the tables. If that happens you can't open the tables is FPDOS. Not sure about FPW.
2) If VFP finds screen tables (SCT and SCX files) it will try...
I agree with jnoblin, vDos is an excellent program. It's a DOS emulator, so it's slower than NTVDM, but this is not noticeable in normal use (taking phone orders, invoicing orders, etc.). I would suggest keeping a 32 bit machine available for re-indexing files, very large reports, and other...
I have had trouble with FoxPro and muti core processors - every once in while the app would become non-responsive. The solution is to force NTVDM to use only one core, which is easiest done using psexec ( https://technet.microsoft.com/en-us/sysinternals/bb897553.aspx ) to start your program...
SBTBILL - Have you tried vDos? It's certainly worth trying before re-writing the program.
DSummZZZ - I'm sure you understood, but to clarify for others vDos is based on DOSBox, but very different. The most important difference is that DOSBox has no file locking, vDos does. vDos is safe for a...
Have you considered a DOS emulator rather than a Virtual machine? I have had very good results running a multi user FoxPro 2.6 application on 64 bit machines using vDos http://sourceforge.net/projects/vdos/.
vDos is not as fast as NTVDM, but fine for normal use. I only notice the speed...
I have never gotten the "Program too big to fit in memory" with blat, the code I use is this:
*Sends email using Blat.exe on workstation
*Assumes all workstations have same blat path
*Example call =SENDEMAIL('emailaddress','location_of_file_to_send','type_of_email')
FUNCTION sendemail
PARAMETERS...
Yes indeed you do need change the permissions, that's why the article at http://www.opensubscriber.com/message/samba@lists.samba.org/2866267.html gives explicit instructions for doing so.
It's quite simple to migrate the profile, see http://www.opensubscriber.com/message/samba@lists.samba.org/2866267.html for instructions. I have done this on about 12 machines and it works very well. One thing the article didn't mention; in one case I had to do the migration in safe mode because...
I found that MOM worked ( I used '<!-- saved from url=(0014)about:internet -->' ), but ONLY if it's in the HTML, and on a line by itself. Being on a separate line sounds absurd, but I tested it several times and it only worked when on its own line.
I don't know about the php, my IndigoPerl has no problem with php. Perl scripts (at least on my machine) require either changing the shebang line to the perl path on your machine, or adding this to your config file
ScriptInterpreterSource Registry
and adding this key to your registry...
I have been using the commercial(paid)version on 14 computers for about a year and have been very pleased. I have had no problems with updates, either automated or manual, and it seems to be much less load on the machines than Norton was.
John
Thanks for the help, in httpd.conf:
Listen 80
In vhosts.conf (included file of virtual hosts):
Listen 80
In ssl-vhosts.conf (included file of virtual hosts with ssl):
Listen 443
I have a VPS running Apache/2.0.50 (FreeBSD) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.8 FrontPage/5.0.2.2635. Everything seems to be working fine, but the errorlog is full of entries like this:
[Mon Oct 25 17:19:03 2004] [warn] (61)Connection refused: connect to listener
[Mon Oct 25 17:19:04 2004]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.