Search found 5 matches

by mist-sc
Fri Nov 11, 2011 3:09 am
Forum: Developer's Forum for Windows
Topic: Why is there no usable SDK?
Replies: 8
Views: 20164

I don't want to create a new topic, so I will update this one. I had my SDK before and made some software with it. Now I need to fix some old bug in my software and my copy of SDK is gone (on backup =( ). I really need an old SDK for Windows (I use "Si" prefix functions) to make it work. C...
by mist-sc
Mon Oct 06, 2008 7:36 am
Forum: Developer's Forum for Windows
Topic: Dynamically changing the configuration of the spacepilot
Replies: 8
Views: 21713

Thanks, jwick!
by mist-sc
Mon Oct 06, 2008 7:10 am
Forum: Developer's Forum for Windows
Topic: LoadPreferences() effects SpacePilot Display only once
Replies: 0
Views: 7105

LoadPreferences() effects SpacePilot Display only once

Hello! I need to change SpacePilot display text dynamically. Do perform this I create my config file and use it in LoadPreferences() function. But then I change some buttons titles in config file during my program runtime. As I understand, I should reload preference page from config file. So I call ...
by mist-sc
Sun Oct 05, 2008 11:52 pm
Forum: Developer's Forum for Windows
Topic: Dynamically changing the configuration of the spacepilot
Replies: 8
Views: 21713

LoadPreferences() returns S_OK even if I stop driver before the call. Here is my code, maybe someone can help me to find out what is wrong. HRESULT hr; CComPtr<IUnknown> _3DxDevice; // Create the device object hr = _3DxDevice.CoCreateInstance(__uuidof(Device)); if (SUCCEEDED(hr)) { //CComPtr<ISimple...
by mist-sc
Fri Oct 03, 2008 5:02 am
Forum: Developer's Forum for Windows
Topic: Dynamically changing the configuration of the spacepilot
Replies: 8
Views: 21713

Hello! I need to change SpacePilot display text dynamically. Do perform this I create my config file and use it in LoadPreferences() function. But then I change some buttons titles in config file during my program runtime. As I understand, I should reload preference page from config file. So I call ...