Page 1 of 1

C# UWP app and FASlave.dll

Posted: Tue Feb 21, 2017 3:41 pm
by Kurja
Hello!

I'm working on a UWP app for FA, but end up in error when try to load dll. It seems that UWP dll capabilities have been cut down. Perhaps problem is cause dll seems to be win32 as UWP understands only x86. Might be the problem. With console application dll works just fine.. But I want graphics! :lol: Oh, and some libraries I need (or have planned to work with)
are on UWP only..

Exception thrown: 'System.DllNotFoundException' is the error what pops up when trying to load it.

Possible to get source code for FASlave.dll or maybe you could get it to work with UWP?

Windows 10 build 10586
Visual Studio 2015

Re: C# UWP app and FASlave.dll

Posted: Tue Feb 21, 2017 4:17 pm
by Benj
Hello Kurja,

I've moved to topic into the FA section of the forum so it is easier to find for anyone else with similar issues.

Please find the source code for the DLL by following the link below.

http://www.matrixtsl.com/resources/file ... ASlave.zip

Re: C# UWP app and FASlave.dll

Posted: Tue Feb 21, 2017 4:20 pm
by Kurja
Thanks, I will take a look at it!

You we're faster then me, moving this post I mean, possible duplicant incoming to allcode section :roll:

Re: C# UWP app and FASlave.dll

Posted: Tue Feb 21, 2017 4:22 pm
by Benj
No worries :D

Let us know how you get on.

Re: C# UWP app and FASlave.dll

Posted: Tue Feb 21, 2017 7:48 pm
by Kurja
I have to say. Sandboxes. Sandboxes everywhere! I think I give up with UWP for a while and do my stuff with java, c# console app, c++ or python. Too bad I made interface with UWP first :lol:

If you Matrix engineers can think of some solution for UWP, I'd be your tester 8)