This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Storing C++ data in an instance field using CNI?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Paul Gear <paul at gear dot dyndns dot org>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 24 May 2004 12:32:59 -0400
- Subject: Re: Storing C++ data in an instance field using CNI?
- References: <40B1E532.8000805@gear.dyndns.org>
On May 24, 2004, at 8:06 AM, Paul Gear wrote:
I've searched the archives & Google without finding an answer to this
question: is it possible using CNI to store C++ data in the object as
an
instance field?
You can do this with the RawData type. See:
http://gcc.gnu.org/onlinedocs/gcj/Mixing-with-C--.html
Regards
Bryce