B4J Code Snippet Get fingerprint validation using B4J + Python + DLL (Windows Only) - Daestrum    Aug 20, 2025   (4 reactions) B4J with Python with a DLL bridge to WInbio.
The Python script spawns another Python script, running... it can access Winbio (well the link dll)
import ctypes
import os
import sys
import time
import socket
def...:
sys.exit()
# Load the DLL
port =int(sys.argv)
s=socket.socket(socket.AF_INET... Tool B4XEncryption .net DLL class library - Chris Lee    Feb 25, 2018   (13 reactions)   tags: Encryption /
With a little help from Erel I build a .net DLL for this purpose.
A Visual Studio 2017 project with the DLL.../chrisleeuk/B4XEncryption.net
If you want to use the DLL without compiling it first, just copy... B4J Question [The impossible question] using B4J to compile a Windows DLL - Alessandro71    Apr 16, 2025   (1 reaction) I have a very big chunk of B4J code (data processing routines, no graphics and/or interactive code) a customer wants to use as a DLL in his own Windows application.
Is there any way to use B4J code... B4A Question How to use a DLL file with B4X? - Marc DANIEL    Feb 19, 2025   (1 reaction) a recorded sound to an MP3 file.
Audacity uses the DLL file "lame_enc.dll" to convert the recorded sound into an MP3 file.
Would it be possible to use this DLL tool to convert a sound... B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel    Sep 16, 2025   (50 reactions) jSerial put the attached jssc.dll file in the project folder and add: #CustomBuildAction: After Packager, %WINDIR%\System32\robocopy.exe, ..\ temp\build\bin\ jssc.dll Note that it is a Windows 64 bit dll. MacSigner instructions: https://www.b4x.com/android/forum/threads/mac-and-jssc.135823/post... B4A Question new b4a installation not finding dll file - JayBesh    Oct 5, 2020 New B4A installation i(10.2) not finding api-ms-win-crt-private-I1-1-0.dll ("missing from your computer"), even though it is there four times in the Java folder (under c:\). Reinstalling does not help. Any suggestions please? It is running under Parallels on a new computer (under Catalina... B4J Question B4J can manage the dll files,cann't it? - Theera    Dec 29, 2013 Hi Erel,
I 'm just download Thaispeak.exe app from a website. There are many dll files,I need to use B4J to coding. Can B4J manage the dll files,cann't it?... B4J Question jssc.dll, B4JPackager and #CustomBuildAction: After Packager - yo3ggx (first post)    Mar 17, 2025 If I copy the jssc.dll file in the repack script (not in a separate #CustomBuildAction, it works as expected.... B4J Question How to call third-party DLL libraries? - Daestrum (first post)    May 24, 2024   (2 reactions) Long explanation short
If you are using one of the latest Java's (22+) you can use jextract on the dll, which will produce a java file for the maapping of the dll to java. You can then use... German Sinn und Zweck der Treading.dll? - schimanski    Jan 15, 2009 Hallo zusammen! Kann mir vielleicht einer von Euch sagen, was die Treading.dll von agraham genau macht? Ich habe Probleme beim Lesen von Daten von einem Server mit Hilfe der network.dll, weil sich das Programm immer aufhängt, wenn der Server keine Daten mehr sendet. Jetzt war Erel's Idee, die Prozedur für das Lesen vom Server in ein separates Programm im Hintergrund zu stecken und die Hauptanwendung somit von der Leseprozedur abzukapseln. Ist das mit der Treading.dll möglich und wenn... Page: 1   2   3   4   5   6   |