Top "Native-code" questions

Machine code and assembly code is sometimes called native code when referring to platform-dependent parts of language features or libraries.

How to use addr2line in Android

I am stuck with my app, as I am unable to debug as it is a multithreaded one and crashes …

android android-ndk shared-libraries native-code addr2line
What does " [native code] " mean?

I tried to investigate the jQuery code, so I used this: document.write($.constructor); jsfiddle I got this result: function …

javascript jquery native-code
How to compile a .NET application to native code?

If I want to run a .NET application in a machine where the .NET framework is not available; Is there …

.net compilation native-code
Can I compile Java to native code?

Is there any way to compile from Java to standalone (or library) machine code without requiring a JVM?

java compilation native-code
ERROR: Failed to build gem native extension (ruby extconf.rb): Mac OSX

I am attempting to install a gem, and I get this error, which myself and the gem author have never …

ruby macos gem native-code
How to unload library (DLL) from the JVM

I need to unload a DLL that was loaded with System.loadLibrary(..), anyone know if this is possible?

java native-code
How to Compile with ngen.exe and How to run the native code that is generated?

I want to compile a C# program using ngen command line for a special purpose. So I create a console …

c# .net visual-studio-2010 native-code ngen
Is there a native machine code compiler for JavaScript?

Is there a native machine code compiler for JavaScript? I'm not talking about a VM. If it doesn't exist can …

javascript compilation native native-code
Communication between webview and native code in a mobile app

I have to develop an e-commerce mobile app. In order to show the products into the app, I have to …

android ios webview native-code
How to get Sampling rate and frequency of music file (MP3) in android?

I am developing audio player in android. So i want to add the details of the playing song i.e. …

android media-player android-ndk native-code bitrate