I\'ve an exe file which is compiled under visual studio 2010(It\'s source project is a Windows Form Application with C#).
I have two libraries (.so), which I load in java code. However there are a few specific operations which require Java(Activity)<->C++(.so files) calls.
I\'m trying to use a native C++ library in Java. When I\'m loading it with System.loadLibrary(filename);
Yet I am writing a wrapper in C++ CLI for our application to give some new parts (written in C#) save and easy access to old native libraries. Therefore I need to pass some structures from C# to C++.
I would like to know that: is there any tool to jailbreak / unlock WP7 ? Is it possible to develop native app use C++ for W)7 after we unlock/jai开发者_如何学运维l broken to take root privilege ? Wh
A standalone native application should perform calls to Java VM. Creating VM and playing with classes seem to be OK, but there is a problem while obtaining instance of Context. I can not create Applic
I\'ll begin with an apology since I am new to c++ and maybe my questions make no sense. I have a c# app, unfortunately it requires .Net framework to be installed on the machine.
Is it possible to to write PCM samples to audio device under Android directly from native code? I\'ve been able to reproduce PCM samples by sending data to a socket and playing with AudioTra开发者_Sta
I\'m building a J2EE project, in which I would like to use an API which is only available in C. I was thinking of using JNI to do so, but after a quick look at this tutorial, it looks that I in order
I am runing junit test for native library(C++), native library process开发者_Python百科 crashed and logcat shows: