ilcaa72 New Member Feb 19, 2023 #1 hello, i work with any program and wanted to write some procedures in B4J and compile to a .dll is this possible within B4J? if not directly can a B4J file be compile by another program into a .dll? thanks for any help on this
hello, i work with any program and wanted to write some procedures in B4J and compile to a .dll is this possible within B4J? if not directly can a B4J file be compile by another program into a .dll? thanks for any help on this
Erel B4X founder Staff member Licensed User Longtime User Feb 20, 2023 #2 You can compile a set of classes to a jar - compile as library. Not DLL. Upvote 0