Is it possible to use dynamic library (*.so *.dll) from bytecode? If "yes" - how? -- WBR, Yaroslav Kavenchuk.
On Jun 18, 2008, at 6:39 AM, Yaroslav Kavenchuk wrote:> Is it possible to use dynamic library (*.so *.dll) from bytecode? > If "yes" - how?You can. Probably the easiest way is to link the .so to the application that will be creating, loading and then running the bytecode. -eric
Reasonably Related Threads
- [LLVMdev] Ответ: using dynamic libraries from bytecode?
- [LLVMdev] using dynamic libraries from bytecode?
- [LLVMdev] Ответ: using dynamic libraries from bytecode?
- [LLVMdev] Ответ: using dynamic libraries from bytecode?
- [LLVMdev] using dynamic libraries from bytecode?