FNA-XNA / FNA

FNA - Accuracy-focused XNA4 reimplementation for open platforms
https://fna-xna.github.io/
2.65k stars 272 forks source link

errors where building project #499

Open Qwertcool54 opened 3 weeks ago

Qwertcool54 commented 3 weeks ago

1 when i trying building project, i got this errors: The type or namespace name 'xna' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) The type or namespace name 'Game' could not be found (are you missing a using directive or an assembly reference?) The type or namespace name 'Game' could not be found (are you missing a using directive or an assembly reference?) The type or namespace name 'GraphicsDeviceManager' could not be found (are you missing a using directive or an assembly reference?) } expected

Keithcat1 commented 3 days ago

I think that instead of using Microsoft.Xna.Framework, you have to use Fna.Framework? Not sure but give it a try