I'm trying to port my CSV DLL to DIV DX . I used the new div.h and compiled with gcc csv.cpp -o csv.so -fPIC -funsigned-char -fpermissive -shared -O3 . It generates a csv.so . So then I try to use on my DIV game and when I try to compile it, throws a "Unknown name" error when calling my exported functions :

Any idea why happens this ? I need to do changes to my code ?
NOTE: I'm trying this to my own compiled version of "old_master" branch (f57f75c) and with "master" branch (dc8b7e5)
I'm trying to port my CSV DLL to DIV DX . I used the new div.h and compiled with
gcc csv.cpp -o csv.so -fPIC -funsigned-char -fpermissive -shared -O3. It generates a csv.so . So then I try to use on my DIV game and when I try to compile it, throws a "Unknown name" error when calling my exported functions :Any idea why happens this ? I need to do changes to my code ?
NOTE: I'm trying this to my own compiled version of "old_master" branch (f57f75c) and with "master" branch (dc8b7e5)