This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Storing C++ data in an instance field using CNI?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]