[GEM-dev] gem tablet problem

Cyrille Henry cyrille.henry at la-kitchen.fr
Wed Dec 17 22:16:44 CET 2003


hello,

I try to search why GEM output error each time I close pd since I 
installed  a graphic tablet.

I remove the line :
WTClosePtr(TabletContext);

in the dummyTabletKill fonction. (line 204 of the curent CVS version)

I don't really knows what this line sould do, but removing it solve my 
problem, I have no more error messages.

The tablet still works correctly, with gemtablet or on windows etc.

I use this for few days and I did'nt notice anything special...

can someone else test this?
(would be cool to fix this problem)
thanks

cyrille


class dummyTabletKill
{
     public:
         ~dummyTabletKill();
};

dummyTabletKill:: ~dummyTabletKill()
{
	if (s_winTabLib)
	{
//		WTClosePtr(TabletContext);
		FreeLibrary(s_winTabLib);
	}
}





More information about the GEM-dev mailing list