CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    UK
    Posts
    4

    JNI: Pointer handling

    Hi,

    I am trying to use JNI to call c/c++ functions.
    Some of these functions take or return pointer arguments.

    Does anybody know how this is handled?

    Thanks in advance
    Karim


  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    Re: JNI: Pointer handling

    Why don't u see following post in this discussion forum?

    'JNI : Out parameters, simulating pointers'

    - UnicMan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured