Well I haven't studied Spanish, but I presume it basically says "FOXPROW has caused an access error in NTDLL.DLL at 0x77fc9906".
Unfortunately this is a generic error, and means little more than "something went wrong". This could be a problem with the OS, a problem with a hardware driver or a problem caused by other programs that are running.
For the OS, see the discussion on the Service Pack(s) below.
For the drivers, check to see if you've got up-to-drivers - especially for your video card and printer(s).
Other programs that can cause problems are virus checkers, screen savers and anything that may be not written explicitly for the Windows 32-bit environment (Win 3.x and DOS applications).
To see if you are using GENSCRNX, in the command window:
Code:
modify command sys(2019) NOMODIFY
This is your CONFIG.FPW file, and just look for two lines like:
_GENSCRN=d:\foxproz\genscrnx
\GENSCRNX.PRG
_genscrnX=d:\fpw26
\genscrn.prg
Note: Don't worry about the unbolded information - that's specific on my system, and would likely be different on yours.
There were a number of disk caching problems that seemed to affect programmers / database applications the most. Service Pack 2, seem to fix this for most everyone. SP 3 for Windows 2000 came out just a couple weeks ago, and it corrected additional problems - go to
for more info on this.
Rick