I want to program wintab, which is the standard library used by most graphic tablets.
But the library I found is not open source and, unfortunately, its msvc dll, only with a header.
Now I am working with MinGW gcc.
I tried dlltool and dllwrap in MinGW, but no luck. The generated libxx.a can only lead to the exit of my program (but it is well connected)
What to make wintab work with MinGW? Or is there a wintab dll assembly from gcc?
source
share