So I started by attempting to use OpenTK with a custom ContentPage in a PCL project - but cant use OpenTK within a PCL class. I added a Shared Project to the solution, and made the ContentPage with OpenTK within, but get errors with references to OpenTK (doesnt error till I attempt to build). If I were to create a new solution with a shared project, and then add a pcl, would this be poor practice? I'm at a loss of what to do here.
↧