Search found 9 matches
- Wed Jul 10, 2024 7:21 am
- Forum: Windows Discussion Forum
- Topic: Very old drivers for windows 98
- Replies: 14
- Views: 16247
Re: Very old drivers for windows 98
Perfect, it works great thanks: https://imgur.com/M32it3F I ended up full circle to not actually using the SDK in the end, but I did at first, and it was very helpful to make sure everything works. In the end I decided to skip the dependency and LoadLibrary("siappdll.dll")/GetProcAddress a...
- Tue Jul 09, 2024 5:41 am
- Forum: Windows Discussion Forum
- Topic: Very old drivers for windows 98
- Replies: 14
- Views: 16247
Re: Very old drivers for windows 98
Thanks! Appreciate it.
- Mon Jul 08, 2024 2:50 pm
- Forum: Windows Discussion Forum
- Topic: Very old drivers for windows 98
- Replies: 14
- Views: 16247
Re: Very old drivers for windows 98
Thanks! That's worth a try, 1.1.2 from 2005 was much earlier than what I could find so far. Is there a link you can give me for that SDK?
- Sat Jul 06, 2024 4:55 pm
- Forum: Windows Discussion Forum
- Topic: Very old drivers for windows 98
- Replies: 14
- Views: 16247
Re: Very old drivers for windows 98
Oh that's great! I didn't check back and missed your answer. Indeed that driver works nicely!
https://imgur.com/a/VEZOWOB
Is there by any chance an SDK of the same vintage to go with it? (or any version of the SDK that will work on win98 and that driver)
https://imgur.com/a/VEZOWOB
Is there by any chance an SDK of the same vintage to go with it? (or any version of the SDK that will work on win98 and that driver)
- Sat Mar 23, 2024 2:34 am
- Forum: Windows Discussion Forum
- Topic: Very old drivers for windows 98
- Replies: 14
- Views: 16247
Re: Very old drivers for windows 98
A first search didn't find any old drivers but see if this post helps. About spacemice.org? I looked and didn't see any old drivers there, but I already asked Tehrasha about it through email the other day, and got a reply today that he probably has disc images and he needs to look through them. So ...
- Wed Mar 20, 2024 6:23 pm
- Forum: Windows Discussion Forum
- Topic: Very old drivers for windows 98
- Replies: 14
- Views: 16247
Very old drivers for windows 98
On a whim I decided to try to use one of my serial 6dof devices on a windows 98 retro-pc, but I can't seem to find old-enough drivers anywhere. The oldest driver in the 3dconnexion website is for windows XP. Is there a chance to unearth and make available older drivers? And old versions of the SDKs ...
- Fri Apr 08, 2022 9:13 pm
- Forum: UNIX and Linux Discussion Forum
- Topic: 3DxWare 10 for Linux?
- Replies: 24
- Views: 244314
Re: 3DxWare 10 for Linux?
And I know, that the developer(s) of spacenav are aware of that problem, and are trying to solve it. Up to now with no real success. I am the developer of spacenav, and I have no idea what you're talking about. If your problem is that you need to copy the .Xauthority file every time and restart spa...
- Tue Oct 27, 2020 6:26 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: websocket interface
- Replies: 3
- Views: 57587
Re: websocket interface
Thank you that's helpful. I'm not very familliar with web-related APIs, but what I can see in the SDK web/ directory seems like a good starting point.
- Sun Oct 25, 2020 10:25 pm
- Forum: Developer's Forum for UNIX and Linux
- Topic: websocket interface
- Replies: 3
- Views: 57587
websocket interface
I'm the author of the free spacenav driver (http://spacenav.sourceforge.net). I've had a few feature requests in the past few years, to support web-based 3D apps like onshape. Apparently you have an undocumented API for webapps based on websockets, for which I can't seem to find any information. Are...