Cross Mod Compiling Issues - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html) +---- Thread: Cross Mod Compiling Issues (/thread-37491.html) |
Cross Mod Compiling Issues - PINGORS - 07-09-2020 EDIT: Fixed! Visual Studio 2019 did the job. I believe this is the right place to ask for help. When attempting build CrossMod on Visual Studio Community / Enterprise 2017, it gives an error stating “The call is ambiguous between the following methods or properties: ‘Task.Run(Action)’ and ‘Task.Run(Func<Task>)’, and I can’t run the program without building as there’s no executable anywhere in the files. I already have the required .NET and OpenGL versions. Hopefully I’m just missing something here. Cross Mod: https://github.com/Ploaj/SSBHLib |