-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
area-renderingEverything related to the renderingEverything related to the renderingplatform-netRelated to the .net version of alphaTabRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Milestone
Description
Your environment
- Version used: (master branch)
- Platform used: C#
- Rendering engine used: SKIA
- Browser Name and Version:
- Operating System and version (Win 10 desktop):
- Link to your project:
Expected Results
Compile without errors
Observed Results
Steps to Reproduce (for bugs)
- I am using latest 1.1.0 alphatab> src.csharp AlphaTab.sln project and AlphaTab.Samples.Wpf.csproj as startup project.
- Compiling in x86 gives a lot of reference errors like
Error CS0246 The type or namespace name 'MusicFontSymbol' could not be found (are you missing a using directive or an assembly reference?) AlphaTab E:\Musik\alphaTab\alphaTab-develop081020\alphaTab-develop\src.csharp\AlphaTab\Platform\CSharp\GdiCanvas.cs 397 Active
Error CS0246 The type or namespace name 'MusicFontSymbol' could not be found (are you missing a using directive or an assembly reference?) AlphaTab E:\Musik\alphaTab\alphaTab-develop081020\alphaTab-develop\src.csharp\AlphaTab\Platform\CSharp\GdiCanvas.cs 415 Active
Error CS0234 The type or namespace name 'Synth' does not exist in the namespace 'AlphaTab' (are you missing an assembly reference?) AlphaTab E:\Musik\alphaTab\alphaTab-develop081020\alphaTab-develop\src.csharp\AlphaTab\Platform\CSharp\ManagedThreadAlphaSynthWorkerApi.cs 4 Active
...
... - Using Microsoft Visual Studio Community 2019 Version 16.6.4
- What to do
Possible Solution
Metadata
Metadata
Assignees
Labels
area-renderingEverything related to the renderingEverything related to the renderingplatform-netRelated to the .net version of alphaTabRelated to the .net version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.