Ladder99 / fanuc-driver

Configurable Fanuc Focas data collector and post processor.
Apache License 2.0
74 stars 25 forks source link

Move all FOCAS library files in a separate folder #49

Open tukusejssirs opened 2 years ago

tukusejssirs commented 2 years ago

IMHO all those DLL and SO files look like a clutter. What do you think about moving them into a separate folder? Or maybe two: one for DLL files, the other for SO files? Or maybe put those two folders into a single folder named focas or library or lib or whatever you’d like.

MRIIOT commented 2 years ago

Need to test this across operating systems: https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order?redirectedfrom=MSDN

tukusejssirs commented 2 years ago

Applications can control the location from which a DLL is loaded by specifying a full path

I would use a full path with the path to the fanuc binary as avariable. IMHO that should work on any platform (at least on Linux and Windows).

MRIIOT commented 1 year ago

Non-functional and potentially breaking cross-platform support. Removing milestone.