EntryPointNotFoundException calling SiOpenWinInitEx

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
harem
Posts: 15
Joined: Tue Jun 04, 2019 4:17 pm

EntryPointNotFoundException calling SiOpenWinInitEx

Post by harem »

One user is getting EntryPointNotFoundException when my .Net application calls SiOpenWinInitEx. It works OK with other users who both do and don't have 3Dconnexion SpaceMice.

Could this be caused by him having an old driver that lacks that function? Should I make it fall back to not using hints or SiOpenEx if that happens?
harem
Posts: 15
Joined: Tue Jun 04, 2019 4:17 pm

Re: EntryPointNotFoundException calling SiOpenWinInitEx

Post by harem »

Turns out this is because of an older driver and the problem is solved by falling back to the non-Ex functions if that exception is raised. Although that also means buttons don't work using the new way of doing buttons.
Post Reply