native-code Questions

1

Solved

Is it correct, that from pepper 18 onwards, I dont need the scons build system in order to compile, but rather use gcc(nacl-versions) and makefiles? Also, is it correct that the generated .nexe fi...
Phasia asked 18/4, 2012 at 7:4

2

Solved

I am stuck with my app, as I am unable to debug as it is a multithreaded one and crashes with error SIGSEGV. I get lot of information from LogCat, which gives me addresses in my native library. It ...
Sulcate asked 15/3, 2011 at 15:32

1

When using ReSharper to debug NUnit tests from within Visual Studio 2008, is it possible to have the ReSharper test runner attach to the native code debugger? By default it only attaches the Visual...
Latinalatinate asked 2/5, 2011 at 10:13

1

Solved

I have existing native C/C++ code that I am currently building into a native lib and Android app via the NDK. The native code is riddled with print statements to stdout and stderr. Is there a best ...
Impure asked 10/10, 2011 at 23:31

4

Solved

I have a .net assembly written in C#, and I'm looking to export a native C function from the assembly. I have an application which will perform a 'LoadLibrary()' on any DLL's found in a 'pl...
Krenek asked 13/5, 2011 at 14:52

5

Solved

Java is slow. That's more than an "urban legend", it seems to be a fact. You don't use it for live-coding because of latency and you don't use it for clusters/parallel computing. There are t...
Fid asked 12/4, 2011 at 20:39

4

Solved

I just wonder how can I get rid of the java jre dependency and produce native code and deliver the compiled code as the application? So does it possible? P.S. I know about gcj compiler is it what...
Lamothe asked 15/2, 2011 at 8:51

4

Solved

The Android NDK has just been significantly expanded to include support for writing android applications entirely in native C/C++ code. One can now capture input events on the keyboard and touch sc...
Urgent asked 7/12, 2010 at 2:36

3

Good morning, I am writting a spell checker which, for the case, is performance-critical. That being, and since I am planning to connect to a DB and making the GUI using C#, I wrote an edit-distan...
Harping asked 6/12, 2010 at 10:33

3

Solved

Dotnet CLR converts the language code to MSIL. While Java Code be converted to Native Code that is platform independent. Can we convert this MSIL to Native Code ? So the Dotnet will automatically b...
Mathewson asked 5/8, 2010 at 10:49

5

Solved

I wrote a small app that I need to distribute to 700+ computers, the problem being that the computers can be running any version of Windows (though most likely XP or better) with any version of .Ne...
Anthropophagy asked 21/6, 2010 at 15:31

1

Solved

I would like to see some source code or maybe a link to some that gives at least a stub for writing ruby gems in the C languages (C++?? is that possible too?) Also, some of you may know that Faceb...
Lyall asked 16/5, 2010 at 13:40

1

Solved

I need to unload a DLL that was loaded with System.loadLibrary(..), anyone know if this is possible?
Bottoms asked 17/1, 2009 at 14:18

© 2022 - 2024 — McMap. All rights reserved.