I have created a PLB lib. where you can call mouse interrupts directly from fox.
So there is possibility to reset or set mouse and so on.
Here is a link to lib. and simple test PRG www.ezop.cz/tomas/download/mouseinterrupt.zip
Here is a list of mouse int. 0x33...
It is strange. On Windows in dos window is mouse quick and everything seems ok.
It could be triggered by the way how foxpro handles mouse ..., but I don't know any bug in mouse handling.
Tomas
Download http://www.ezop.cz/tomas/download/lfndosfox.zip
and http://www.ezop.cz/tomas/download/writeintodevice.prg
and take a look into writeintodevice.prg
Tomas
DOS generally does not support more than LPT1-3.
What you tried (copy ...) was done in CMD32 = in 32 bit console program, not in 16bits DOS.
You can access to whatever "file" device (like "LPT4" or "COM12") from dos foxpro, but you need call some dos fn. for this. If you would like, I can upload...
Instead tamedos you can try foxfree.com
Or, if you have source code, foxfree.plb.
www.ezop.cz/tomas/download/foxfree.com
www.ezop.cz/tomas/download/foxfree.plb
See http://www.tek-tips.com/viewthread.cfm?qid=1362013&page=8
It does exact the same like tamedos, but it is focused to foxpro. No...
I get some strange behavior with dos applications on the machine where was some "speedfan" application.
I can not remember if this app. was exactly "speedfan", but it was something with that. When I remove it, everything was fine.
Try launche speedfan again and you will see. :-)
You can delete...
If you have trouble with fullscreen, it is nothing with dualcore, ...., but with VGA drivers. Try reinstall vga drivers to the newer version. I get the same problem some time and this solved trouble.
With dualcore cpus you get another trouble - hanging program after some time on 100% cpu.
Look...
I think there is a problem with accesing some directory for writing TMP files.
Check and correct CONFIG.FP
and parameters TMPFILES, PROGWORK, SORTWORK, ... in this file.
I have:
tmpfiles=c:
editwork=c:\temp\fpdos
sortwork=c:\temp\fpdos
progwork=c:\temp\fpdos
> Using the cursor does no permit...
I searched DLL library which can set (on actual running NTVDM) processor affinity parameter.
It is VDD driver which can be started from DOS program.
So I writed piece of assembler code for Foxpro DOS and now I can run this VDD dynamically when my program starts.
So you can call simple Fox...
I have developed library for Fox DOS for handling of long file names. There is function LFNFile() for you.
See
http://www.tek-tips.com/viewthread.cfm?qid=1425874&page=4
Download
http://www.ezop.cz/tomas/download/lfndosfox.zip
But:
FILE(lcFileName) where
lcFileName contains some spaces does...
Any specific filter ? No. You will need use table engine. Create a cursor, append data into it from array and then COPY TO array with phrase FOR ...
Cursors are very fast, it mostly sits in RAM.
Tomas
You can return string to fox very simple
http://msdn.microsoft.com/en-us/library/tz9zk0sc(VS.80).aspx
But you need compile your DLL like FLL library. Then you can use all Foxpro API functions.
FLL is practically DLL with some addendum.
How to compile FLL ...
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.