google-nativeclient Questions

2

Solved

Getting errors as below, when I follow step 4 of the instruction from Getting Started with ARC Open Source on Linux. OS is Ubuntu 14.04 LTS running in Hyper-V. UBUNTU14:~/arc$ ./configure ERROR...

2

Has anyone had success in enabling NaCl/PNaCl support in the CEF3 (Chromium Embedded Framework)? I find that Chrome (34) can run the PNaCl samples on this page fine, but the cefclient distributed ...
Morgenthaler asked 14/5, 2014 at 4:12

1

Solved

I have a c++ module written using Qt-creator SDK. I want to port this code to run on any webpage without compromising the source-code to end user. User should be able to see the output of this modu...
Allopath asked 11/12, 2016 at 6:32

2

I'm trying to port FFmpeg into my NaCl module. So far, my module linked ffmpeg and SDL libraries. It already can play YUV format video which is directed load into memory and copy into YUVOverlay ...
Quennie asked 25/7, 2013 at 9:36

5

Solved

I'm not familiar with Qt or with Google Native Client. Is it possible for a TRIVIAL Qt console application to be ported to Google Native Client? I understand that some work would be involved. But t...
Poppied asked 6/8, 2009 at 17:8

2

Solved

How to run compiled files directly using Google Native Client (PNaCl)? It tried checking their documentation. It said that - Native Client is a sandbox for running compiled C and C++ code in the...
Tapia asked 29/8, 2015 at 10:50

1

I am confused about the utility of native client in Chrome other than say using the language of your choice and running faster. Can one accomplish anything in native client that you cannot do in j...
Filtration asked 28/5, 2014 at 5:18

4

Would it be possible to write a native client application in Python or Go that could then run in the browser?

1

Solved

I have a website and a Google Chrome extension. The extension uses the NaCl API (JavaScript) to write/read files (C++) from user's computer. My question is: Can I load my extension in my website,...

3

Solved

I have recently developed a google chrome extension that uses an NPAPI plugin made using the FireBreath framework. I just now found out that google will shortly discontinue these types of plugins a...

1

Solved

I read a question on the difference between: const char* and const char[] where as for a while, I though arrays were just syntactic sugar for pointers. But something is bugging me, I have a ...
Matrona asked 4/9, 2013 at 23:57

1

Someone decided to do a quick test to see how native client compared to javascript in terms of speed. They did that by running 10 000 000 sqrt calculations and measuring the time it took. The resul...
Rebroadcast asked 22/4, 2013 at 20:28

4

Solved

Is it possible to run Google NaCl outside of the browser as a process sandbox?
Liberality asked 14/1, 2011 at 11:25

4

Solved

Now that nacl is about to be on by default in chrome I'd like to try writing an opengl game. It seems that this is possible because there is a working quake port, but I can't find any documentation...
Cranford asked 15/8, 2011 at 22:38

1

Solved

I have a NaCl plugin for Chrome that I'd like to fill the whole window with. HTML is like this: <!DOCTYPE html> <html> <head></head> <body> <div class="containe...
Seminole asked 23/10, 2012 at 22:54

3

Solved

I have found a press release that states that Mono now support compilation for native client. It's unclear whether this is only available from the separate github mono fork, or as part of the stand...
Microwatt asked 27/10, 2011 at 20:50

0

How do I send binary data, e.g. mp3/mp4 data back to the frontend ? I know there are two ways of doing it: utilizing the sandbox filesystem provided by NACL and get the url at the frontend; passi...
Maniacal asked 6/9, 2012 at 3:5

3

I realize the above question is rather broad so I will narrow it down. I have a simple opengl c++ game engine that lives in a static library (could be converted to a dynamic lib). I have be...
Paralogism asked 27/7, 2012 at 7:43

1

Solved

I am contemplating designing a framework to allow for one C++ code base to become a desktop application and a web app for most major platforms (Mac OS, Windows, Linux, and possibly Android). I have...
Giraffe asked 26/6, 2012 at 0:54

1

Solved

I've found it at chrome://flags/ but I don't really know what is this. I searched on the web a lot, but I haven't found anything.
Bradlybradman asked 7/6, 2012 at 13:4

2

Solved

I've compiled some Qt code with google's nacl compiler, but the ncval validator does not grok it. One example among many: src/corelib/animation/qabstractanimation.cpp:165 Here's the relevant cod...
Dispel asked 9/5, 2012 at 19:46

1

Solved

My question is quite simple, I tried to create a chrome extension that calls a NaCl module. My button and different files seem to be ok, and my quite simple code in C++ returns a PostMessage hello ...
Shenika asked 26/4, 2012 at 14:14

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

Since Google NaCl is C++, will I be able to access the file system somehow? That's pretty much needed if I am to create a game or a desktop app.
Poisoning asked 10/12, 2011 at 13:53

2

Microsoft's ActiveX and Google's Native Client both allow you to build web applications that execute native compiled code inside the browser. Besides the fact that they operate on different b...
Granny asked 20/2, 2011 at 19:28

© 2022 - 2024 — McMap. All rights reserved.