Search found 8 matches

by pelle
Mon Jan 19, 2026 2:11 am
Forum: Developer's Forum for Windows
Topic: Are there PDB files available for TDxNavLib.lib?
Replies: 8
Views: 4565

Re: Are there PDB files available for TDxNavLib.lib?

As back then, we're reluctant to do it without more definite information. We do agree (it's most definitely not just me) that those warnings are annoying and especially aggravating since they cannot be disabled. I will consider taking action to work around the issue but we need to have more definit...
by pelle
Fri Jan 16, 2026 8:47 am
Forum: Developer's Forum for Windows
Topic: Are there PDB files available for TDxNavLib.lib?
Replies: 8
Views: 4565

Re: Are there PDB files available for TDxNavLib.lib?

We did look at stripping the debug section (very similar approach to what you suggested before) but it seemed to affected how the debugger would find the symbols (match the binary with the pdb file). Do you have any information on that? I'm unfortunately not read up on this, but, it sounds right th...
by pelle
Fri Jan 16, 2026 2:49 am
Forum: Developer's Forum for Windows
Topic: Are there PDB files available for TDxNavLib.lib?
Replies: 8
Views: 4565

Re: Are there PDB files available for TDxNavLib.lib?

I still don't understand why 3Dconnexion ships their release libraries with references to debug information, Post-morten analysis. The PDB files are invaluable to review code that fails in production. Yes, the PDB files are invaluable, and of course 3Dconnexion needs to retain them internally. I'm ...
by pelle
Fri Jan 16, 2026 1:16 am
Forum: Developer's Forum for Windows
Topic: Are there PDB files available for TDxNavLib.lib?
Replies: 8
Views: 4565

Re: Are there PDB files available for TDxNavLib.lib?

I still don't understand why 3Dconnexion ships their release libraries with references to debug information, but if you'd like to remove them on your end and thus avoid the linker warnings, I thought I'd share a way. (Ofc, do it at your own risk.) lib /list TDxNavLib.lib lib /extract:navlib_load.obj...
by pelle
Mon Jun 09, 2025 2:53 am
Forum: Developer's Forum for Windows
Topic: Get the current driver version, programmatically
Replies: 5
Views: 40790

Re: Get the current driver version, programmatically

I'd like to know why you care. Have you actually found dependencies on our software releases? None found so far, and we're not looking. ;) But in case of an issue, it's nice to get the version of dependent software included by default. Makes it easier if there's an issue to replicate, and you don't...
by pelle
Thu May 15, 2025 11:31 pm
Forum: Developer's Forum for Windows
Topic: Get the current driver version, programmatically
Replies: 5
Views: 40790

Get the current driver version, programmatically

I would like to get the version of the installed (e.g. currently used) 3Dconnexion drivers, programmatically. Is there a supported/preferred API for that? The reason for asking is that I would like to print the version in our application's log file, so that our first line support can avoid one round...
by pelle
Tue Apr 22, 2025 3:28 am
Forum: Developer's Forum for Windows
Topic: Are there PDB files available for TDxNavLib.lib?
Replies: 8
Views: 4565

Are there PDB files available for TDxNavLib.lib?

When linking using Visual Studio on Windows, we get this warning: warning LNK4099: PDB '' was not found with 'TDxNavLib.lib(navlib_stub.obj)' or at ''; linking object as if no debug info We can of course suppress the warning for the entire project, but then we wouldn't notice if other PDB files are ...
by pelle
Mon Nov 27, 2023 12:45 am
Forum: Developer's Forum for macOS
Topic: Navlib, button assignments and Mac
Replies: 0
Views: 130535

Navlib, button assignments and Mac

Hi, Recently got our application up and running using Navlib on Windows. :) Now trying to do the same on macOs. Motion works, but I'm having problems with button assignment. For example, with SpaceMouse Compact, I would like to assign "View Top" to either the left or right button. When I g...