On Tue, Jun 26, 2012 at 3:18 PM, Hyrum K Wright
wrote:
> On Sun, Jun 24, 2012 at 9:20 PM, Vladimir Berezniker
> wrote:
>> Hi All,
>>
>> In the current JavaHL code the C++ objects are attached via pointer stored in
>> the long cppAddr field in java object. The way C++ code gets hold of the
>> cp
On Sun, Jun 24, 2012 at 9:20 PM, Vladimir Berezniker wrote:
> Hi All,
>
> In the current JavaHL code the C++ objects are attached via pointer stored in
> the long cppAddr field in java object. The way C++ code gets hold of the
> cppAddr value is to read this field using the GetLongField(). In sum
Hi All,
In the current JavaHL code the C++ objects are attached via pointer stored in
the long cppAddr field in java object. The way C++ code gets hold of the
cppAddr value is to read this field using the GetLongField(). In summary
Java:
class JHLClass
{
long cppAddr;
public native method()
3 matches
Mail list logo