python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Add python modules to cython for use in c
I am currently trying to write a plugin backend in c by using .so files. Doing this in c works as I expect it to. However I thought about writing python plugins for my backend. Here is when i stumbled...
flo-work
Votes: 0
Answers: 1
Loading Flutter SO files Dynamically Crashes
I am new to flutter. I have used the add 2 app concept from flutter documentation
https://docs.flutter.dev/development/add-to-app
to one of my existing android project its working fine.
The issue bega...
David
Votes: 0
Answers: 0
log4cxx recompile with -fPIC
I'm compiling a shared lib (.so) that use log4cxx library. I'm getting the following error:
liblog4cxx.a(level.o): relocation R_X86_64_32 against `.bss' can not be used when making a shared object; re...
Karim Harbaoui
Votes: 0
Answers: 1