A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://groups.google.com/group/nativelibs4java below:

NativeLibs4Java - Google Groups

Mark all as read

Report group

0 selected

Mahmut OrakOlivier Chafik2

3/4/22

Passing an object pointer

Hi Mahmut, > Pointer<Key_storeLibrary.sym128_key_provider> sym128KeyProvider = Pointer.

unread,

Passing an object pointer

Hi Mahmut, > Pointer<Key_storeLibrary.sym128_key_provider> sym128KeyProvider = Pointer.

3/4/22

secknv, … David F3

7/4/20

JNAerator - mvn clean install fails on surefire tests

I get an error using mvn on JNAerator using Java SDK 8 (1.8.0.251) - invalid flag -html5 on Anarrres

unread,

JNAerator - mvn clean install fails on surefire tests

I get an error using mvn on JNAerator using Java SDK 8 (1.8.0.251) - invalid flag -html5 on Anarrres

7/4/20

Abhinav JangdaAkram sh2

1/16/19

Error when JNAerating LLVM

I have the same issue an ubuntu 18.01 JNAerator 13 On Monday, June 29, 2015 at 10:19:34 PM UTC+2,

unread,

Error when JNAerating LLVM

I have the same issue an ubuntu 18.01 JNAerator 13 On Monday, June 29, 2015 at 10:19:34 PM UTC+2,

1/16/19

Rene Hertling

1/16/19

JNAerator and C++17

Hello, is JNAerator able to process C++17 headers? I got some more complex C++17 library written in

unread,

JNAerator and C++17

Hello, is JNAerator able to process C++17 headers? I got some more complex C++17 library written in

1/16/19

Supernatural, … milo...@gmail.com6

11/6/18

BridJ Loading library confusion

Sorry for resuming this old thread but I have exactly the same problem. Any new idea about better

unread,

BridJ Loading library confusion

Sorry for resuming this old thread but I have exactly the same problem. Any new idea about better

11/6/18

hải anh trương

6/30/18

How to bind an empty array with a pointer?

Hi, I got an empty array(not null). int[]array = int[0]; I cant bind it to a pointer. I tried to look

unread,

How to bind an empty array with a pointer?

Hi, I got an empty array(not null). int[]array = int[0]; I cant bind it to a pointer. I tried to look

6/30/18

Niko Vuokkohải anh trương2

6/23/18

BridJ can't find the native library, no matter where it is

You should try System.setProperty("java.library.path", path); BridJ.addLibraryPath(path);

unread,

BridJ can't find the native library, no matter where it is

You should try System.setProperty("java.library.path", path); BridJ.addLibraryPath(path);

6/23/18

Mohan RadhakrishnanBill Blalock2

6/3/18

ehllapi JNA generator

This is the JNA interface to PCSHLL32.DLL which I use: import com.sun.jna.Pointer; import com.sun.jna

unread,

ehllapi JNA generator

This is the JNA interface to PCSHLL32.DLL which I use: import com.sun.jna.Pointer; import com.sun.jna

6/3/18

Jens Lideström

4/13/18

Using BridJ in 32 bit mode in 64 bit application

I'm trying to use BridJ in a way that I'm not sure whether it is supported: I have a 64 bit

unread,

Using BridJ in 32 bit mode in 64 bit application

I'm trying to use BridJ in a way that I'm not sure whether it is supported: I have a 64 bit

4/13/18

Barney Pitt2

12/17/17

Binary/jar distribution?

Oh... needless to say, I tried the JNLP launcher, it doesn't work ... self-signed applications no

unread,

Binary/jar distribution?

Oh... needless to say, I tried the JNLP launcher, it doesn't work ... self-signed applications no

12/17/17

rogerdpackJeff Palmer2

10/31/17

website address

It is there for me On Oct 31, 2017 4:05 PM, "rogerdpack" <rogerp...@gmail.com>

unread,

website address

It is there for me On Oct 31, 2017 4:05 PM, "rogerdpack" <rogerp...@gmail.com>

10/31/17

Daniel Korzekwa2

8/23/17

How to properly cache Bridj JNI objects in Java/Scala

I fixed my problems with caching Bridj JNI objects myself. I put some notes here: https://

unread,

How to properly cache Bridj JNI objects in Java/Scala

I fixed my problems with caching Bridj JNI objects myself. I put some notes here: https://

8/23/17

Daniel Korzekwa

8/10/17

Improve performance of Bridj by catching JNI objects (StructObject, pointerToString)

I call a simple function over JNI, like distance (obj1, obj2) but I do it millions of times. I found

unread,

Improve performance of Bridj by catching JNI objects (StructObject, pointerToString)

I call a simple function over JNI, like distance (obj1, obj2) but I do it millions of times. I found

8/10/17

Corius Reyneke

6/29/17

Status of ScalaCL

Hi there I would like to make use of ScalaCL for my doctoral research. However, as I've tried to

unread,

Status of ScalaCL

Hi there I would like to make use of ScalaCL for my doctoral research. However, as I've tried to

6/29/17

CoolGuy

5/23/17

How to update Native Object pointed to by Pointer

I have a special situation where I want to update my C memory structure pointed to by variable

unread,

How to update Native Object pointed to by Pointer

I have a special situation where I want to update my C memory structure pointed to by variable

5/23/17

Daniel KorzekwaMarko Friedemann2

5/19/17

How to configure the location for the shared library so file in Bridj

Hey, Daniel Korzekwa wrote: Using brid-0.7.0.jar. I managed to make bridj working for calling c from

unread,

How to configure the location for the shared library so file in Bridj

Hey, Daniel Korzekwa wrote: Using brid-0.7.0.jar. I managed to make bridj working for calling c from

5/19/17

Marcos Paulo Rocha

3/23/17

asynchronous copy CLImage2D

Hi, is possible to make an asynchronous copy of CLImage2D in JavaCL ? Someone have an example of that

unread,

asynchronous copy CLImage2D

Hi, is possible to make an asynchronous copy of CLImage2D in JavaCL ? Someone have an example of that

3/23/17

Oyvind Foshaug

3/9/17

Brijdj C# and COM

Hi, Looking at the test class COM seems to be supported in Bridj https://github.com/nativelibs4java/

unread,

Brijdj C# and COM

Hi, Looking at the test class COM seems to be supported in Bridj https://github.com/nativelibs4java/

3/9/17

Benjamin Horstman

2/17/17

JavaCL on OS X Sierra

Hi, I'm working to get JavaCL to work on OS X Sierra. With JavaCL and BridJ 0.7.0, I experienced

unread,

JavaCL on OS X Sierra

Hi, I'm working to get JavaCL to work on OS X Sierra. With JavaCL and BridJ 0.7.0, I experienced

2/17/17

Miguel Trigueira

1/3/17

Shared libraries with common statically linked library

Hi, I'm trying to solve a bit of a conundrum. I have two libraries that have statically linked a

unread,

Shared libraries with common statically linked library

Hi, I'm trying to solve a bit of a conundrum. I have two libraries that have statically linked a

1/3/17

Martin Brown

12/9/16

Android error: missing method body, or declare abstract

I'm trying to run the Android example found in BridJ/Examples/AndroidExample. I am able to get

unread,

Android error: missing method body, or declare abstract

I'm trying to run the Android example found in BridJ/Examples/AndroidExample. I am able to get

12/9/16

Marcos Paulo RochaMarcin Copik3

11/1/16

Error using float numbers inside kernel

Thanks a lot Marcin, change the locale solve the problem. Em domingo, 30 de outubro de 2016 23:59:42

unread,

Error using float numbers inside kernel

Thanks a lot Marcin, change the locale solve the problem. Em domingo, 30 de outubro de 2016 23:59:42

11/1/16

Kwadwo Busumtwi

10/24/16

BridJ Android

Hello, Does anyone have a detailed tutorial regarding using BridJ in Android Studio? I am trying to

unread,

BridJ Android

Hello, Does anyone have a detailed tutorial regarding using BridJ in Android Studio? I am trying to

10/24/16

Ajay V

10/11/16

Segmentation fault on Bridj.register MacOS Sierra

Hi, I recently upgraded Mac to MacOS Sierra. The bridj.register() java method has now started

unread,

Segmentation fault on Bridj.register MacOS Sierra

Hi, I recently upgraded Mac to MacOS Sierra. The bridj.register() java method has now started

10/11/16

Joseph Gagnon

9/12/16

JNAerator: Cannot get it to work

I have tried to use JNAerator, with no success. I believe I have downloaded the correct distribution

unread,

JNAerator: Cannot get it to work

I have tried to use JNAerator, with no success. I believe I have downloaded the correct distribution

9/12/16

Stefan Plath

7/15/16

Sapi 5.4

Hello, I'm trying to use Microsoft sapi with Java and want to generate a jar via jnaerator. I use

unread,

Sapi 5.4

Hello, I'm trying to use Microsoft sapi with Java and want to generate a jar via jnaerator. I use

7/15/16

Adrian McMenamin

6/6/16

JNAerator generates a jar - but how do I use it?

If I run JNAerator using the header for my library, the process gobbles processor time and never

unread,

JNAerator generates a jar - but how do I use it?

If I run JNAerator using the header for my library, the process gobbles processor time and never

6/6/16

hemp...@imagic.ch

3/11/16

Errors while parsing third party headers

Hi, Im having trouble to build a BridJ interface a third party SDK and stumbled upon a few

unread,

Errors while parsing third party headers

Hi, Im having trouble to build a BridJ interface a third party SDK and stumbled upon a few

3/11/16

Volkan

2/3/16

Error when setting a StructObject

Hi, I tried to read an object from a pointer then set another pointer but I got the following error.

unread,

Error when setting a StructObject

Hi, I tried to read an object from a pointer then set another pointer but I got the following error.

2/3/16

Joao Rasteiro

2/3/16

BridJ - ITaskbarList3 StructObjects

Hi, I'm trying to add Taskbar Buttons to my application. I've just recently found BridJ

unread,

BridJ - ITaskbarList3 StructObjects

Hi, I'm trying to add Taskbar Buttons to my application. I've just recently found BridJ

2/3/16


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4