native-code
Loading native dll (32bit) in in-process wmi provider(32 bit) on 64 bit OS
I am working on a in-process wmi provider which loads a native third party library using[DllImport]. The dll locations is fixed to c:\\mydllpath. Before loading the dll I set current directory to the[详细]
2023-02-17 06:49 分类:问答memory safety and security - sandboxing arbitrary program?
In some languages (Java, C# without unsafe code, ...) it is (should be) impossible to corrupt memory - no manual memory management, etc. This allows them to restrict resources (access to files, access[详细]
2023-02-13 16:26 分类:问答How JVM call the native method in host environment
The开发者_运维百科se day I have been reading about Java Native Interface.So by the way I do have doubt.Let say for a instance,If we need to do a I/O operation in Java program, we exercise the Java API[详细]
2023-02-13 04:10 分类:问答Theoretically speaking , can I get the openJDK JIT , and compile my java code to native?
I just wonder how can I get rid of the java jre dependen开发者_高级运维cy and produce native code and deliver the compiled code as the application?[详细]
2023-02-11 15:39 分类:问答Converting Deterministic Path Code from C# to C++
Does anyone know how I can convert this (from C#) to C++? string location = Path.GetDirectoryName(Assembly.GetAssembly(typeof(ZigbeeCommUSB)).CodeBase);[详细]
2023-02-06 01:51 分类:问答Merging JVM and the code into a single file
I would like to merge Java Virtual Machine and my .java code (or compiled .class files) in开发者_StackOverflow中文版to a single executable binary. How can I do this?I really doubt you are allowed to d[详细]
2023-02-05 06:20 分类:问答How to Customise android Os For supporting regional launguages
How to customize Android Os for supporting regional languages开发者_JAVA百科??? I was wondering what the feasibility would be for creating a custom Android build[详细]
2023-01-31 00:26 分类:问答Signature capture on windows mobile java application
The company I work for has an java application that runs on esmertec jbed JVM on windows mobile 6. There is a requirement to capture a user\'s signature as part of some new functionality. One option[详细]
2023-01-30 02:42 分类:问答Can't find PInvoke DLL on Windows Mobile
I am working on Windows Mobile application. Whenever I download some sample which is using wrapper around native code (using DllImport), it always g开发者_运维百科ives \"Can\'t find PInvoke DLL\" err[详细]
2023-01-18 05:57 分类:问答Sound Analysis/Editing in Android
I\'d like to know how difficult it is to analyze and edit sound in android. My project would be a kind of DJ application.[详细]
2023-01-17 11:53 分类:问答