-
GIven this C++ function:
```c++
class M {
public:
virtual void f(bool b = true) { }
};
```
The parser generates two methods:
```Java
public native void f(@Cast("bool") boolean b/*=…
-
```
This is a bit of a funny problem and I am not exactly sure if I am doing
something wrong or facing an actual JavaCPP bug, but I have boiled the issue
down to a fairly simple code example which i…
-
HI Sarxos,
I am currently trying to use your JavaCv driver i downloaded your JavaCv Driver project and and setup lib folder including JavaCv 0.8 jars, webcam-capture-0.3.10-RC7.jar add them into cla…
-
I am working on creating presets for [GTSAM](https://github.com/borglab/gtsam). I'm running into a parsing issue with this return statement here, however: https://github.com/borglab/gtsam/blob/develop…
-
```
This is a bit of a funny problem and I am not exactly sure if I am doing
something wrong or facing an actual JavaCPP bug, but I have boiled the issue
down to a fairly simple code example which i…
-
Hello,
I try to make it running on Android but after some attempts I always get the same error:
`java.lang.UnsatisfiedLinkError: Platform "android-x86_64" not supported by class org.bytedeco.ja…
SiR0N updated
5 years ago
-
App works perfectly for targetSdkVersion 19 but when we change it to 24 it crashes.
Exception:
> Process: com.sourab.videorecorder, PID: 11480
> …
-
I have been trying to build a JavaCPP binding for [libremidi](https://github.com/celtera/libremidi), and had been failing to bind [this function](https://github.com/celtera/libremidi/blob/924b1c2bf0fd…
-
used simple javacpp adapter
https://github.com/bytedeco/javacpp
```
import org.bytedeco.javacpp.Loader;
import org.bytedeco.javacpp.Pointer;
import org.bytedeco.javacpp.annotation.Platform;
@…
-
Hi Marco,
When JCuda tries to load binaries, can it be "tricked" to load CUDA binaries from a 3-rd party JAR distribution?
bytedeco's JavaCPP CUDA has an optional JAR distribution of all CUDA vers…