Matthias Harter

Results 7 comments of Matthias Harter

The command is wrong. The correct one for linux is: `gcc -shared -o libAsmIOLinux.so -fPIC Linux/AsmIOLinux.c` See PR #3

I didn't know either. I ported it to .NET 5 which is easier to handle on linux. See my forked project. I'm now able to build the project and the...

The project itself can be compiled under Linux with Jetbrains Rider, under Windows with Visual Studio or on both platform with the above mentioned `dotnet build` command when you have...

I analyzed the AsmIOLinux.c a little bit. It seems like the return values of the methods at initialization are not checked and thus the method call when reading fails with...

Only the read functions are currently fully implemented. But it shouldn't be that hard to extend it with a write function. My main problem at the moment is the communication...

I have no idea. Sorry.