Hey guys!
We are thinking of moving our flagship over brick by brick to the UNO Platform to avoid writing a separate macOS version from now on.
Anyone get BASS going in this?
I got a test app working in the UWP project but the macOS version is throw up errors when I try and Init BASS with this error
System.TypeInitializationException: The type initializer for 'Un4seen.Bass.Bass' threw an exception. ---> System.TypeLoadException: Could not resolve type with token 01000064 from typeref (expected class 'System.Reflection.MethodBase' in assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
--- End of inner exception stack trace ---
at UNO3.MainPage.Play () [0x00013] in /Users/steve/Google Drive/UNO3/UNO3/UNO3/UNO3.Shared/MainPage.xaml.cs:69
I can't get BASS error codes cuz I think it's a full on fail right now starting it.
I'm using the BASS.NET Core .dll in the BASS.NET package and no build or errors in VS.
but more importantly anyone have any info using BASS via the UNO Platform that might be helpful and save us some time like "Don't Do it!" haha. ;-)
thx for any info of other that went down this same path.
Steve