Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!think!mintaka!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Defining Callbacks from resource files Message-ID: <8912191946.AA23083@LYRE.MIT.EDU> Date: 19 Dec 89 19:45:57 GMT References: <129425@sun.Eng.Sun.COM> Sender: daemon@athena.mit.edu (Mr Background) Organization: DEC/MIT Project Athena Lines: 13 You're contradicting yourself. Since one can already bind action proc names to "real functions", why would it be operating system dependent to bind callback names to "real functions?" Go read the manual. There's some extra work to be done, basically to provide an OS-independent symbol table equivalent. Suppose that callbacks could be registered in a fashion similar to action proc registration. That would certainly be one way to implement the String to Callback converter. Anyone who wants is welcome to prototype it...