Groups
Groups
কথোপকথনগুলি
সব গ্রুপ এবং মেসেজ
Google-এ মতামত পাঠান
সহায়তা
ট্রেনিং
সাইন-ইন করুন
Groups
Groups
NativeLibs4Java
কথোপকথনগুলি
সম্পর্কে
Group path
NativeLibs4Java
1–30 of 459
Support group for the
NativeLibs4Java
projects :
BridJ
(see
FAQ
) : innovative C / C++ / Objective-C interop. layer for Java
ScalaCL
(see
FAQ
) : faster Scala + GPGPU-powered parallel collections
JavaCL
(see
FAQ
) : OpenCL bindings & utilities for Java
JNAerator
(see
FAQ
) : native bindings generator for BridJ, JNA & Rococoa
সবকটি 'পড়া হয়েছে' হিসেবে চিহ্নিত করুন
আপত্তিজনক গ্রুপের বিষয়ে রিপোর্ট করুন
০টি বেছে নেওয়া হয়েছে
Mahmut Orak
,
Olivier Chafik
2
৪/৩/২২
Passing an object pointer
Hi Mahmut, > Pointer<Key_storeLibrary.sym128_key_provider> sym128KeyProvider = Pointer.
পড়া হয়নি,
Passing an object pointer
Hi Mahmut, > Pointer<Key_storeLibrary.sym128_key_provider> sym128KeyProvider = Pointer.
৪/৩/২২
secknv
, …
David F
3
৪/৭/২০
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
পড়া হয়নি,
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
৪/৭/২০
Abhinav Jangda
,
Akram sh
2
১৬/১/১৯
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,
পড়া হয়নি,
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,
১৬/১/১৯
Rene Hertling
১৬/১/১৯
JNAerator and C++17
Hello, is JNAerator able to process C++17 headers? I got some more complex C++17 library written in
পড়া হয়নি,
JNAerator and C++17
Hello, is JNAerator able to process C++17 headers? I got some more complex C++17 library written in
১৬/১/১৯
Supernatural
, …
milo...@gmail.com
6
৬/১১/১৮
BridJ Loading library confusion
Sorry for resuming this old thread but I have exactly the same problem. Any new idea about better
পড়া হয়নি,
BridJ Loading library confusion
Sorry for resuming this old thread but I have exactly the same problem. Any new idea about better
৬/১১/১৮
hải anh trương
২৯/৬/১৮
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
পড়া হয়নি,
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
২৯/৬/১৮
Niko Vuokko
,
hải anh trương
2
২৩/৬/১৮
BridJ can't find the native library, no matter where it is
You should try System.setProperty("java.library.path", path); BridJ.addLibraryPath(path);
পড়া হয়নি,
BridJ can't find the native library, no matter where it is
You should try System.setProperty("java.library.path", path); BridJ.addLibraryPath(path);
২৩/৬/১৮
Mohan Radhakrishnan
,
Bill Blalock
2
৩/৬/১৮
ehllapi JNA generator
This is the JNA interface to PCSHLL32.DLL which I use: import com.sun.jna.Pointer; import com.sun.jna
পড়া হয়নি,
ehllapi JNA generator
This is the JNA interface to PCSHLL32.DLL which I use: import com.sun.jna.Pointer; import com.sun.jna
৩/৬/১৮
Jens Lideström
১২/৪/১৮
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
পড়া হয়নি,
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
১২/৪/১৮
Barney Pitt
2
১৬/১২/১৭
Binary/jar distribution?
Oh... needless to say, I tried the JNLP launcher, it doesn't work ... self-signed applications no
পড়া হয়নি,
Binary/jar distribution?
Oh... needless to say, I tried the JNLP launcher, it doesn't work ... self-signed applications no
১৬/১২/১৭
rogerdpack
,
Jeff Palmer
2
৩১/১০/১৭
website address
It is there for me On Oct 31, 2017 4:05 PM, "rogerdpack" <rogerp...@gmail.com>
পড়া হয়নি,
website address
It is there for me On Oct 31, 2017 4:05 PM, "rogerdpack" <rogerp...@gmail.com>
৩১/১০/১৭
Daniel Korzekwa
2
২৩/৮/১৭
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://
পড়া হয়নি,
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://
২৩/৮/১৭
Daniel Korzekwa
১০/৮/১৭
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
পড়া হয়নি,
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
১০/৮/১৭
Corius Reyneke
২৮/৬/১৭
Status of ScalaCL
Hi there I would like to make use of ScalaCL for my doctoral research. However, as I've tried to
পড়া হয়নি,
Status of ScalaCL
Hi there I would like to make use of ScalaCL for my doctoral research. However, as I've tried to
২৮/৬/১৭
CoolGuy
২৩/৫/১৭
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
পড়া হয়নি,
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
২৩/৫/১৭
Daniel Korzekwa
,
Marko Friedemann
2
১৯/৫/১৭
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
পড়া হয়নি,
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
১৯/৫/১৭
Marcos Paulo Rocha
২৩/৩/১৭
asynchronous copy CLImage2D
Hi, is possible to make an asynchronous copy of CLImage2D in JavaCL ? Someone have an example of that
পড়া হয়নি,
asynchronous copy CLImage2D
Hi, is possible to make an asynchronous copy of CLImage2D in JavaCL ? Someone have an example of that
২৩/৩/১৭
Oyvind Foshaug
৮/৩/১৭
Brijdj C# and COM
Hi, Looking at the test class COM seems to be supported in Bridj https://github.com/nativelibs4java/
পড়া হয়নি,
Brijdj C# and COM
Hi, Looking at the test class COM seems to be supported in Bridj https://github.com/nativelibs4java/
৮/৩/১৭
Benjamin Horstman
১৭/২/১৭
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
পড়া হয়নি,
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
১৭/২/১৭
Miguel Trigueira
৩/১/১৭
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
পড়া হয়নি,
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
৩/১/১৭
Martin Brown
৯/১২/১৬
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
পড়া হয়নি,
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
৯/১২/১৬
Marcos Paulo Rocha
,
Marcin Copik
3
৩১/১০/১৬
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
পড়া হয়নি,
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
৩১/১০/১৬
Kwadwo Busumtwi
২৪/১০/১৬
BridJ Android
Hello, Does anyone have a detailed tutorial regarding using BridJ in Android Studio? I am trying to
পড়া হয়নি,
BridJ Android
Hello, Does anyone have a detailed tutorial regarding using BridJ in Android Studio? I am trying to
২৪/১০/১৬
Ajay V
১০/১০/১৬
Segmentation fault on Bridj.register MacOS Sierra
Hi, I recently upgraded Mac to MacOS Sierra. The bridj.register() java method has now started
পড়া হয়নি,
Segmentation fault on Bridj.register MacOS Sierra
Hi, I recently upgraded Mac to MacOS Sierra. The bridj.register() java method has now started
১০/১০/১৬
Joseph Gagnon
১২/৯/১৬
JNAerator: Cannot get it to work
I have tried to use JNAerator, with no success. I believe I have downloaded the correct distribution
পড়া হয়নি,
JNAerator: Cannot get it to work
I have tried to use JNAerator, with no success. I believe I have downloaded the correct distribution
১২/৯/১৬
Stefan Plath
১৫/৭/১৬
Sapi 5.4
Hello, I'm trying to use Microsoft sapi with Java and want to generate a jar via jnaerator. I use
পড়া হয়নি,
Sapi 5.4
Hello, I'm trying to use Microsoft sapi with Java and want to generate a jar via jnaerator. I use
১৫/৭/১৬
Adrian McMenamin
৬/৬/১৬
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
পড়া হয়নি,
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
৬/৬/১৬
hemp...@imagic.ch
১১/৩/১৬
Errors while parsing third party headers
Hi, Im having trouble to build a BridJ interface a third party SDK and stumbled upon a few
পড়া হয়নি,
Errors while parsing third party headers
Hi, Im having trouble to build a BridJ interface a third party SDK and stumbled upon a few
১১/৩/১৬
Volkan
৩/২/১৬
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.
পড়া হয়নি,
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.
৩/২/১৬
Joao Rasteiro
২/২/১৬
BridJ - ITaskbarList3 StructObjects
Hi, I'm trying to add Taskbar Buttons to my application. I've just recently found BridJ
পড়া হয়নি,
BridJ - ITaskbarList3 StructObjects
Hi, I'm trying to add Taskbar Buttons to my application. I've just recently found BridJ
২/২/১৬