[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Calling Objc from C
From: |
Sebastien Pierre |
Subject: |
Calling Objc from C |
Date: |
28 Feb 2003 19:05:26 +0100 |
Hi all,
I am thinking about writing some bindings to enable basic objc
operations (insanciation and method call) from a Scheme interpreter
(Bigloo), so I was wondering how to call objc code from C code.
I do not want to use the C runtime functions as GNU and Apple runtimes
have some API differences. I would need the following function:
- Represent a Class in Scheme
- Represent an id in Scheme
- Represent a selector in Scheme
Any ideas ?
-- Sebastien
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Calling Objc from C,
Sebastien Pierre <=