Search Results

by sgeiger
Sun Jul 05, 2020 6:00 am
Forum: C/C++
Topic: Phidget Manager causes access violation on delete
Replies: 6
Views: 22147

Re: Phidget Manager causes access violation on delete

Forgot to write:
Win10, Visual Studio 2017
by sgeiger
Sun Jul 05, 2020 5:59 am
Forum: C/C++
Topic: Phidget Manager causes access violation on delete
Replies: 6
Views: 22147

Re: Phidget Manager causes access violation on delete

PhidgetManager_close() does no difference (and according to documentation not needed). I am writing a library for TouchDesigner... Had one for the previous version of both Touch and Phidgets (21), and the manager worked then. The problem might be on the Touch side, but the fact that opening the mana...
by sgeiger
Thu Jul 02, 2020 8:50 am
Forum: C/C++
Topic: Phidget Manager causes access violation on delete
Replies: 6
Views: 22147

Phidget Manager causes access violation on delete

I'm trying to use the manager for allowing flexibility in boards connected. When the manager is deleted (PhidgetManager_delete), it causes an access violation, BUT only if it was opened (If I create it but don't call PhidgetManager_open, it doesn't create the violation on deletion). Is it possible t...