[#138] Thread Problems — Reimer Behrends <behrends@...>

I have been looking at the thread implementation of Ruby for the past

21 messages 1998/12/23
[#164] Re: Thread Problems — matz@... (Yukihiro Matsumoto) 1999/01/05

Hi.

[#167] Makefiles and -lcurses — Klaus.Schilling@... 1999/01/05

Julian Fondren writes:

[#168] Re: Makefiles and -lcurses — Julian Fondren <julian@...> 1999/01/05

OpenBSD has ncurses and it's own ocurses, and I prefer the latter.

[ruby-talk:00145] Win32 callback into Ruby code?

From: "Bryce" <crowdog@...>
Date: 1998-12-26 04:51:04 UTC
List: ruby-talk #145
I have not seen this anywhere for Ruby but I was
wondering if anyone knows of a way of using a Ruby
function as a "callback" in a Win32 environment?

Example:
    myRubyfunction ()
        print "a"
    end


    win32.somefunction (  &myRubyFunction )

    # now, somefunction will callback to myRubyFunction

I was just wondering.  My curiousity was aroused
when I realized that someone contributed code to
the Python community to achieve this.

Thanks.
Bryce
===========================================
http://www.siscom.net/~crowdog/

In This Thread

Prev Next