• GrumpFish

    From diamsbibouchka@hotmail.fr@21:1/5 to All on Sat Aug 19 11:11:07 2017
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dlzc@21:1/5 to med...@hotmail.com on Sat Aug 19 13:05:52 2017
    Dear med...:

    On Saturday, August 19, 2017 at 11:11:08 AM UTC-7, med...@hotmail.com wrote:
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dlzc@21:1/5 to diamsbi...@hotmail.fr on Sat Aug 19 14:26:18 2017
    Dear diamsbi...:

    On Saturday, August 19, 2017 at 2:15:40 PM UTC-7, diamsbi...@hotmail.fr wrote: ...
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From diamsbibouchka@hotmail.fr@21:1/5 to All on Sat Aug 19 14:15:39 2017
    Le samedi 19 août 2017 21:05:53 UTC+1, dlzc a écrit :
    Dear med...:

    On Saturday, August 19, 2017 at 11:11:08 AM UTC-7, med...@hotmail.com wrote:
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From medhome60@gmail.com@21:1/5 to All on Mon Aug 21 02:48:15 2017
    Le samedi 19 août 2017 23:26:20 UTC+2, dlzc a écrit :
    Dear diamsbi...:

    On Saturday, August 19, 2017 at 2:15:40 PM UTC-7, diamsbi...@hotmail.fr wrote:
    ...
    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 ?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)