-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
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:
- Install TA-Lib on Windows
- Try to call
TA_GetVersionStringfunction through FFI - Get
Fiddle::DLErrorindicating 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_GetVersionStringshould 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