Using SKD with Borland

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

Moderator: Moderators

Post Reply
sdianis
Posts: 2
Joined: Fri May 04, 2007 9:52 am
Location: Durham

Using SKD with Borland

Post by sdianis »

I am trying to integrate my space navigator into a program written in the Borland C++ builder.

I'm having a lot of problems linking in the libraries. At first I had an OMF 0x21 error, which seemed to be caused by using a Visual C library with a Borland project.

I used Coff2OMF.exe to convert to a file Borland was happy with, but the file size dropped to less than 1KB for each library file (siapp.lib and spwmath.lib).

How can I get these libraries to work with my Borland proejct?
jwick
Moderator
Moderator
Posts: 3331
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Post by jwick »

Hi sdianis,

It might be easier to use the new COM API. You should be able to import that into your Borland IDE. See the new SDK info on the web site->support.

Jim
3Dx Software Development
Post Reply