How to use wintab with MinGW gcc?

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?

+3
source share
2 answers

You can use WinTab with any set of compilers, but you should not link your application to the library if it is not installed on the user system.

LoadLibrary() GetProcAddress(), : http://www.wacomeng.com/windows/docs/WacomWindevFAQ.html#_Toc276983614

+1

Wintab DLL ++, . gdb, , .

0

All Articles