Search found 8 matches
- Tue Aug 05, 2008 6:47 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder interface
- Replies: 6
- Views: 15607
difficulties with C++ Builder
Dear Nuno Gomes, I worked through all of Piotrex's code in the link you gave, but couldn't get it to work. Thinking this might have been because I was using C++ Builder Version 2007, I re-booted an old computer which had Version 6 running under XP, but found this even more complex than on Version 20...
- Fri Aug 01, 2008 8:07 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder: a few problems
- Replies: 14
- Views: 30402
progress with C++ Builder
Dear Piotrex, Got all the rest of your code working fine, giving a 'Yes' to Mysz.Connect(), and a '6' from Mysz.get_Type(). It's just on doing 'Mysx.get_Sensor(&Czujnik);' or ''Klav.Release();' or 'Czujnik.Release();' that I get an 'Assertion failed: intf==0,....', presumably cos I haven't manag...
- Thu Jul 31, 2008 7:39 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder: a few problems
- Replies: 14
- Views: 30402
cont 2
I do 'File/New/Other', select ActiveX and COM Object, and click OK. A window opens asking for: CoClass Name: (where I put TCOMSimpleDevice), then it wants a Threading Model, offering Single/Apartment/Free/Both/Neutral (I tried both Apartment (the default) and Single). 'Implemented Inteface:' is fill...
- Thu Jul 31, 2008 7:08 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder: a few problems
- Replies: 14
- Views: 30402
cntd
the system creates all sorts of ATL stuff. The 'New' in question is the 'File/New', yes?
- Thu Jul 31, 2008 7:04 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder: a few problems
- Replies: 14
- Views: 30402
Any idea how to do Step 2 under C++ Builder 2007?
Dear PiotrX,
Under C++Builder 2007, when I do Step 2:
2. Add the SN objects via New->ActiveX->Com Object. Add SimpleDevice, Keyboard, Sensor, Vector3D and AngleAxis. Include the <object>Impl.h files (all five)
Under C++Builder 2007, when I do Step 2:
2. Add the SN objects via New->ActiveX->Com Object. Add SimpleDevice, Keyboard, Sensor, Vector3D and AngleAxis. Include the <object>Impl.h files (all five)
- Wed Jul 30, 2008 3:44 am
- Forum: Windows Discussion Forum
- Topic: Mozilla Firefox Support
- Replies: 1
- Views: 6104
Mozilla Firefox Support
For your info: The QuickTime VR Demo does not work under Mozilla Firefox which I, like many others, prefer over Internet Explorer and is therefore my default browser. Either ensure that the Demo uses Internet Explorer, or, better, get QuickTime to work with 3dConnexion products directly.
- Tue Jul 29, 2008 8:02 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder interface
- Replies: 6
- Views: 15607
thanks
Thanks, Gomez. I'll work through PiotreX's code and let you know how I get on.
- Sat Jul 26, 2008 5:50 am
- Forum: Developer's Forum for Windows
- Topic: C++ Builder interface
- Replies: 6
- Views: 15607
C++ Builder interface
Does anyone have an example of using SpaceNavigator in a C++ Builder project?