Discussion:
GrumpFish
(too old to reply)
medhome@hotmail.com
2017-08-19 18:11:07 UTC
Permalink
Hi there,

I downloaded the last grumpfish library.
I did not found any make file to rebuild this one .
I am using clipper 5.2e. I want to play with mouse.
I tried this simple prg

Proc main ()


__gfminit()
__gfmshow()
nKey := inkey(0)
__gfmhide()
?nkey

return

clipper demo /n/w
blinker fi demo,gfmouse,eve52,gx52
demo

I had run time error R6003




What gives
dlzc
2017-08-19 20:05:52 UTC
Permalink
Post by ***@hotmail.com
Hi there,
I downloaded the last grumpfish library.
I did not found any make file to rebuild this one .
I am using clipper 5.2e. I want to play with mouse.
I tried this simple prg
Proc main ()
__gfminit()
__gfmshow()
nKey := inkey(0)
__gfmhide()
?nkey
return
clipper demo /n/w
blinker fi demo,gfmouse,eve52,gx52
demo
I had run time error R6003
What gives
If you had been keeping up with anything since 2004, you'd know that Clipper has a problem on newer OS. You have to implement one of the wait state patches. Review this thread: https://groups.google.com/d/msg/comp.lang.clipper/_Cvi7zW8eLY/VWrO6ffoikMJ

David A. Smith
d***@hotmail.fr
2017-08-19 21:15:39 UTC
Permalink
Post by dlzc
Post by ***@hotmail.com
Hi there,
I downloaded the last grumpfish library.
I did not found any make file to rebuild this one .
I am using clipper 5.2e. I want to play with mouse.
I tried this simple prg
Proc main ()
__gfminit()
__gfmshow()
nKey := inkey(0)
__gfmhide()
?nkey
return
clipper demo /n/w
blinker fi demo,gfmouse,eve52,gx52
demo
I had run time error R6003
What gives
If you had been keeping up with anything since 2004, you'd know that Clipper has a problem on newer OS. You have to implement one of the wait state patches. Review this thread: https://groups.google.com/d/msg/comp.lang.clipper/_Cvi7zW8eLY/VWrO6ffoikMJ
David A. Smith
Hi David

I linked __wait_b.obj and I got the same error? do you have any idea?

Best Regards
dlzc
2017-08-19 21:26:18 UTC
Permalink
Dear diamsbi...:

On Saturday, August 19, 2017 at 2:15:40 PM UTC-7, ***@hotmail.fr wrote:
...
Post by d***@hotmail.fr
I linked __wait_b.obj and I got the same error? do
you have any idea?
I patched my Clipper a long time ago, and followed the instructions about avoiding eternal wait states. I have since moved to xHarbour, so no probably not any further help.

https://harbour.github.io/the-oasis/ftp_ca.htm

David A. Smith
m***@gmail.com
2017-08-21 09:48:15 UTC
Permalink
Post by dlzc
...
Post by d***@hotmail.fr
I linked __wait_b.obj and I got the same error? do
you have any idea?
I patched my Clipper a long time ago, and followed the instructions about avoiding eternal wait states. I have since moved to xHarbour, so no probably not any further help.
https://harbour.github.io/the-oasis/ftp_ca.htm
David A. Smith
Hi There,

What about rebuilding grumpfish lib . Any RMK file ?

Loading...