native-code Questions

0

im building my npm package for ios, using native modules because i need to use a third party framework, the package is published and all good, installed to my app but when im about to render the na...
Allele asked 5/12, 2022 at 11:49

3

Solved

I was bored, so I started fidlling around in the console, and stumbled onto this (ignore the syntax error): Some variable "test" has a value, which I multiply by 10K, it suddenly changes into diffe...
Sudatorium asked 6/5, 2014 at 17:6

3

Solved

I have to develop an e-commerce mobile app. In order to show the products into the app, I have to use a webview that point to a mobile web site. Associate to each product there is the “add to baske...
Lemcke asked 21/2, 2014 at 19:42

4

Solved

Is it really possible, with Google's V8 Engine, to compile JavaScript into Native Code, save it as a binary file, and execute it whenever I want through my software envorinment, on any machine?
Piled asked 2/6, 2010 at 22:58

3

Solved

I tried to investigate the jQuery code, so I used this: document.write($.constructor); jsfiddle I got this result: function Function() { [native code] } What does [native code] mean? Why ca...
Bibliopegy asked 27/6, 2012 at 20:54

16

Solved

Let's say I want to run a .NET application on a machine where the .NET framework is not available; Is there any way to compile the application to native code?
Parallelepiped asked 5/9, 2008 at 12:46

2

Solved

i'm faced with implementing an IDispatch interface. There are four methods, and fortunately 3 of them are easy: function TIEEventsSink.GetTypeInfoCount(...): HResult; { Result := E_NOTIMPL; } fu...
Bachelor asked 28/6, 2011 at 15:2

6

I am suspecting a native memory leak in my java code. Are there any tools which do native memory profiling? Also, does any tool support native memory analysis of a running java process? Thanks!! ...
Plutus asked 28/7, 2011 at 17:55

1

I cannot understand: "Why this reassurance?". This is wrapper for custom native function from dart/runtime/vm/native_entry.cc: It intended for the Dart programmers that want write native extensio...
Undervest asked 26/1, 2014 at 12:39

5

Is there any way to compile from Java to standalone (or library) machine code without requiring a JVM?
Lour asked 7/6, 2010 at 17:41

1

I am currently profiling a console application with CPU sampling. The OS is Windows 8 Enterprise 64 bit with Microsoft Visual Studio Ultimate 2012 Update 4. I see that the 34% of Exclusive Samples ...
Bradney asked 16/4, 2014 at 9:56

2

Solved

A piece of C/C++ code could provide a JNI method with an array of function pointers. But is there a way to call to the stack the functions that array's pointers are pointing to, directly from insid...
Bottom asked 30/3, 2016 at 1:35

1

Solved

If you are running code that makes calls to a native library in Java, what is the usual way of freeing memory allocated by these libraries when the memory allocation should last for the lifetime of...
Defamatory asked 7/11, 2018 at 15:55

1

Solved

We suddenly have problems with the smart card api on some windows installations. There seem to be a memory leak while calling the SCardEstablishContext function. The problem can be reproduced in a ...
Sisera asked 12/2, 2018 at 9:14

2

I have already read some relevant answers on stackoverflow,but seems no one has answered my question.I will get the android ID from native code,i.e. calling the method getAndroidIDfromNativeCode in...
Cheery asked 22/10, 2017 at 2:21

1

I have compiled one native code with android ndk. Now instead of keeping that library as part of .apk i want install it in android system (system/lib64) and my application load from system. I pushe...

1

Solved

I have an NATIVE LIBRARY which will try to create files in the /system, /dev folders in an android device (using open(), fopen() etc). Now i have integrated the library with an android applicatio...
Doubleheader asked 30/9, 2016 at 6:58

1

Solved

I have a C# desktop application. I would like to compile it into native code for speed execution and add a level of protection to my code. I notice that MS offers this for Window Apps? But not de...
Chile asked 6/11, 2014 at 12:56

1

Solved

I need to insert native code in my Codename One app. I am a completely newbie in iOS programming so I need to learn Objective-C. However I read that Swift was the successor of Objective-C and I wou...
Erdmann asked 7/7, 2016 at 9:20

3

Solved

I'm not particularly experienced with Assembly and ARM, but I was able to write a few routines in it and I'd like to see how they run on an ARM-equipped Android device (Nexus S). What is the proced...
Cabrales asked 28/6, 2011 at 12:57

1

Solved

Did anyone manage to read a Windows machine's longtitude & latitude (GPS Position), without using .Net 4 libraries (Windows.Devices namespace) nor Javascript or other webbish code ? There must...
Caesar asked 3/4, 2016 at 14:15

0

I am investigating a crashing program but cannot load symbols for native image DLLs in Visual Studio 2013. The application is 32-bit and uses .NET 4.0.30319. I confirmed this by checking what versi...
Andrea asked 11/2, 2016 at 14:28

1

Solved

My project use a module of capturing crash and send in android system. When handling the native crash, native code will do something and then do java calls from JNI. It works well on the Dalvik. Bu...
Pym asked 31/12, 2015 at 13:30

1

Solved

I know other people wrote similar questions, but I think mine is a different case, since I couldn't find any solution. I have an object assignment, something very simple like this: _buffer3 = buf...
Higgins asked 29/12, 2015 at 0:40

3

Solved

I am developing audio player in android. So i want to add the details of the playing song i.e. Artist Name, Duration, Bit rate and sampling frequency. I can get Artist Name and duration of a music ...
Kalisz asked 28/2, 2011 at 9:22

© 2022 - 2024 — McMap. All rights reserved.