I'm linking a TCC DLL and I'm getting "undefined symbol" whenever I call a function from the DLL.
I linked the .def
file required for using the DLL. That's all though.
Other then linking the .def
file, what am I doing wrong?
I'm linking a TCC DLL and I'm getting "undefined symbol" whenever I call a function from the DLL.
I linked the .def
file required for using the DLL. That's all though.
Other then linking the .def
file, what am I doing wrong?