I'm trying to build the 4coder custom dll with the mingw's gcc and im wondering am I doing something wrong and or is it even possible?
I have it building with no errors, but when I run 4coder it just tells me the dll is missing.
This is my build script.
| g++ -c 4coder_default_bindings.cpp -Wno-write-strings
g++ -shared -o custom_4coder.dll 4coder_default_bindings.o -Wl,--out-implib,4coder_default_bindings.a
|
EDIT: i forgot to say, im on the current version 4.0.21 of 4coder super