wousst / simusurveyx

A virtual surveying instrument simulator.
0 stars 0 forks source link

Project migration to VS2019 Community #6

Open hadrihl opened 4 years ago

hadrihl commented 4 years ago

Currently testing VS2019 Community with XNA version 4.0 framework, has returned errors.

From the error readings, the project may required version 3.0:

Severity    Code    Description Project File    Line    Suppression State
Warning     Could not resolve this reference. Could not locate the assembly "Microsoft.Xna.Framework, Version=3.1.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.   SpriteSheetRuntimeWindows           

Next testing: setup XNA version 3.0 with VS2019 Community, then will test for build for Debug mode.

hadrihl commented 4 years ago

XNA 3.0 to 4.0 version was a major update, therefore there will be no easy way to perform project upgrade at this moment.

I would propose to focus more on applying existing learning (behavior) model/tools/library on SimuSurveyX in order to complete this project.