I'm writing a quick bit of code up for something, however I've hit the brick wall of not being able to use external structs imported from DLL files into my main exe.
I'm getting "main.c: variable 'filebrowser' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
collect2: ld returned 1 exit status", using MinGW which may make a difference.
So what should I do? This is all in C, no C++ or C# as I'm trying to keep this as open ended as possible.
I'm getting "main.c: variable 'filebrowser' can't be auto-imported. Please read the documentation for ld's --enable-auto-import for details.
collect2: ld returned 1 exit status", using MinGW which may make a difference.
So what should I do? This is all in C, no C++ or C# as I'm trying to keep this as open ended as possible.