I\'m looking for a way to redirect/capture the stdout output of a native library in a simple Android app.I\'ve seen a couple posts on this but I\'m not finding the answers to my questions.
I need to convert a Java BufferedImage into an HBITMAP. So far I have allocated the memory needed for this operation, but I do not know what API functions I have to use to convert my BufferedImage in
I am trying to run a JCuda example in Debian Linux (32bit). Since there is no binaries available on JCuda website for Linux x86, I\'ve compliled the libraries. Now I\'m trying yo run the DeviceQuery e
I am trying to fix a memory issue in an Android application. I am convinced that the memory leak is not happening on the internal heap, as I have thoroughly investigated this possibility using the Me
I am trying to wrap a C++ class using SWIG to create a Java interface, but when I run SWIG on my files it generates empty files.
I have three static libraries from a framework that I want to use in my proje开发者_StackOverflow中文版ct. These libraries are called libtinySAK_armv7-a.a, libtinyNET_armv7-a.a and libtinyHTTP_armv7-a
I have some NDK based C++ code that needs to build an android bitmap object.I\'m sure there is a way to do this directly from the C++ code but its not the easiest of things to do ;)
How does one start a Java VM from C? Writing the C code seems to be straigtforward -- I\'ve been following the code that appears on p. 84 of Liang\'s \"The Java Native Interface\". It\'s the linking p
I am launching a process from ShellExecuteEx, and I really need to get the ProcessID (It\'s part of the requirement of this class).
I am working on a project which is using MPEG2 codec for decoding of a video. My codec is in C. After decoding a video it is returning unsigned char pointer of RGB buffer which is a pointer to an im