Skip to content

Missing TA_GetVersionString function in Windows DLL #57

@Youngv

Description

@Youngv

Description:
I found that the TA_GetVersionString function is missing in the Windows DLL (ta-lib.dll). This function is available in other platforms (Linux/macOS) but seems to be missing in the Windows build.

Steps to reproduce:

  1. Install TA-Lib on Windows
  2. Try to call TA_GetVersionString function through FFI
  3. Get Fiddle::DLError indicating the function is not found

Environment:

  • OS: Windows
  • Ruby version: 3.x
  • TA-Lib version: ta-lib-0.6.4-windows-x86_64.msi

Expected behavior:

  • TA_GetVersionString should be available in Windows DLL like other platforms

Actual behavior:

  • Function is missing in Windows DLL
  • Causes FFI binding to fail when trying to load this function

Would it be possible to include this function in the Windows build as well for consistency across platforms?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions