Re: Re: calling a function in a struct ?
"Chris Double" <[email protected]> Fri, 13 Jun 2003 11:03:45 +1200
| Newsgroups | gmane.lisp.corman |
|---|---|
| Message-ID | <[email protected]> |
Just thought of another way of doing it. Use the COM routines. That is
how I did the JNI (Java Native Interface) stuff for Corman Lisp. The JNI
structure is something like:
struct JNI
{
void (somefunc)(JNI* j, int params);
};
Take a look at my JNI code (http://www.double.co.nz/cl) and you'll see
how it's done.
Chris.
--
Chris Double
[email protected]
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Looking for the latest Free IT White Papers?
Visit SearchSecurity.com to access over 500 white papers.
Get instant access at SearchSecurity.com Today
http://us.click.yahoo.com/.lAzoD/QLNGAA/witMAA/SyjtlB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
[email protected]
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/