-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support non-windows platforms #1
Comments
I adapted this to my needs on Linux, which was fairly simple to do. I might change the Attributes later on, but this has been an excellent starting point. If you are interested, these changes should be sufficient to make it work under Linux (and possibly MacOS and Android too, but I have no way to test that, so I only ifdef LINUX). Define SystemLibrary based on current OS:
Change EXT to platform based
The only difference this way is that GetLastError() returns a string but since the LoadAll is using string.Format, it will work. |
Would like to support platforms other than Windows. Requires at least two things.
SystemLibrary
methods with platform specific calls.Platform system calls may take different parameters. Which may require updated
LoadAll
as well.The text was updated successfully, but these errors were encountered: