Search Results: Patrick

Products | Content | Learn | Forums

Searched query: patrick

by Patrick
Thu Sep 01, 2022 10:14 am
Forum: General
Topic: Error: unable to load phidget21.dll
Replies: 4
Views: 13468

Re: Error: unable to load phidget21.dll

Open you program in Dependency Walker and see if there are any missing dependencies: http://www.dependencywalker.com/

It's odd that it's failing, but the control panel works fine. Could be a 32-bit issue.

-Patrick
by ChristerG
Thu Sep 01, 2022 6:41 am
Forum: General
Topic: Error: unable to load phidget21.dll
Replies: 4
Views: 13468

Re: Error: unable to load phidget21.dll

Hi Patrick I tried your suggestion but with no success, I'm still getting the same error. The error message appears and has to be closed three times when the app is started. The app opens briefly and then closes. Do you have ...
by Patrick
Wed Aug 31, 2022 1:37 pm
Forum: General
Topic: Error: unable to load phidget21.dll
Replies: 4
Views: 13468

Re: Error: unable to load phidget21.dll

Try copying phidget21.dll and phidget21.net.dll into the same folder as your program - make sure you choose the right phidget21.dll (x86 or x64) depending on if your program is 32-bit or 64-bit.

I'm not sure why it isn't picking up on the installed library.

-Patrick
by Patrick
Mon Aug 22, 2022 3:50 pm
Forum: Javascript
Topic: An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
Replies: 5
Views: 34816

Re: An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.

Yes, we don't support secure websocket directly from our network server - you would need to proxy the websocket traffic yourself - whether this is actually feasible depends on your environment. Another option could be to run the Phidget code server-side rather than client-side, using Node.

-Patrick
by Patrick
Fri Aug 19, 2022 11:24 am
Forum: General
Topic: New Parameter for Connect and Open
Replies: 3
Views: 9201

Re: New Parameter for Connect and Open

... to connect(), or an entry in options to the constructor. As for open - you just call it without the timeout to get this behaviour as Fraser said. -Patrick
by Patrick
Wed Aug 03, 2022 11:54 am
Forum: C/C++
Topic: Sin Math Function Error Compiling
Replies: 2
Views: 21569

Re: Sin Math Function Error Compiling

you probably need to add -lm to your gcc line to include the math library.

-Patrick
by Patrick
Thu Jul 28, 2022 10:54 am
Forum: General
Topic: Should state be persistent when closing phidget channel or not?
Replies: 5
Views: 36264

Re: Should state be persistent when closing phidget channel or not?

Hi,

This is still on the todo list but I don't know when it will be ready. I'll post here if we have updates in the future.

-Patrick
by Patrick
Thu Jul 28, 2022 10:51 am
Forum: General
Topic: Are Event handlers blocking/done serially?
Replies: 4
Views: 12527

Re: Are Event handlers blocking/done serially?

The queue is per-channel.

-Patrick
by Patrick
Thu Jul 28, 2022 10:50 am
Forum: C#.NET
Topic: Phidgets dll versions breaking installers
Replies: 3
Views: 20689

Re: Phidgets dll versions breaking installers

That's right, the assembly version has always been set properly, but a quirk in how the nuget version of the assemblies was being built failed to set the file version to match the assembly version. The version installed by our .msi does have that file version set properly.

-Patrick
by skeelaj
Wed Jul 27, 2022 2:30 pm
Forum: General
Topic: Should state be persistent when closing phidget channel or not?
Replies: 5
Views: 36264

Re: Should state be persistent when closing phidget channel or not?

... device is predictable when you open it. We may in future offer an API to disable this functionality, to make phidget22 more like phidget21." Patrick, Any updates or place I could monitor for "We may in future offer an API to disable this functionality"?