Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing Spotfire SBDF Library for .NET #11

Open
bschwartzjetrock opened this issue Dec 31, 2024 · 1 comment
Open

Accessing Spotfire SBDF Library for .NET #11

bschwartzjetrock opened this issue Dec 31, 2024 · 1 comment

Comments

@bschwartzjetrock
Copy link

Hello! I'm working on integrating SBDF file handling into a .NET project and could use some guidance.

Problem
Need to read/write SBDF files in .NET. The Spotfire Developer SDK requires a running client, which likely won't work for our use case.
Attempted Solutions

Looking for C# SBDF Library

Official C# download link is dead (https://tap.tibco.com/storefront/sample-evaluations/tibco-spotfire-c-sbdf-library/prod16137.html)
Where can we get the C# version?

Backup Plan: C Version (Only if C# version cannot be obtained)

Found C library (spotfire-sbdf-c) on GitHub

  1. Tried compiling it to Windows DLL and using as unmanaged DLL in C# project
  2. Getting errors in this process

Would appreciate guidance on compilation if C# version is unavailable

Thanks so much for the help

@grovesNL
Copy link

grovesNL commented Jan 2, 2025

It looks like all of the tap.tibco.com (TIBCO Access Point) subdomain isn't working right now.

For what it's worth, the C# library just provides the Spotfire.Dxp.Data.Formats.Sbdf namespace along with an example reader and writer. So if you already have Spotfire.Dxp.Data.Formats.Sbdf.dll (also included in the SDK) then you might be able to code against that for now, at least until the library link is fixed.

The API documentation is located at https://docs.tibco.com/pub/doc_remote/sfire-analyst/14.4.0/doc/api/TIB_sfire-analyst_api/Index.aspx under that Spotfire.Dxp.Data.Formats.Sbdf namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants