using siap and math libs with C++ Builder

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

Moderator: Moderators

Post Reply
PragmaLab
Posts: 1
Joined: Wed Mar 21, 2018 2:12 pm

using siap and math libs with C++ Builder

Post by PragmaLab »

Another post about this topic can be found here: viewtopic.php?f=19&t=932&p=3563&hilit=C+builder#p3563

However, the proposed solution doesn't help me. I'm having troubles linking my C++ Builder application (Tokyo 10.2) against the static compiled libs that come with the SDK. I know they need to be converted to the OMF format that C++ Builder uses, but the convertor tool simply strips the libs iso really converting them.

Anyone knows how to use/convert the libs to be able to create C++ Builder applications that use the 3Dconnexion devices?
Any other way to go to be able to use 3Dconnexion devices with C++ Builder?

Thanks a lot for any clue or suggestion
jwick
Moderator
Moderator
Posts: 3331
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: using siap and math libs with C++ Builder

Post by jwick »

You can't use COM?
It wouldn't surprise me, since that is even farther down the Microsoft rabbit hole than their obj format.
Post Reply