Issues.00639 - lordmundi/wikidoctest GitHub Wiki
00639: .so and .dll extensions not automatically transformed in API files
Summary: .so and .dll extensions not automatically transformed in API files
Created: 2018–02–01 10:55
Status: Submitted
Category: Bug
From: dbankie
Version: 2.4.1
Released_In:
Description:
Example API line: transform orbital_body_transform orbital_body_transform.so
On Windows, EDGE fails to connect to the sim with this with error:
Failed to parse API file : 'C:\Users\dbankier\software\simulation\graphics/sim_data/Root.api'
From included file SolarSystemBarycenter.api:
Couldn't add transform orbital_body_transform: Couldn't load shared object: orbital_body_transform.so.
I can work around this by making a symbolic link (lib_Win64/orbital_body_transform.so → lib_Win64/orbital_body_transform.dll)