DanielVanNoord / open-phd-guiding

Automatically exported from code.google.com/p/open-phd-guiding
0 stars 0 forks source link

Windows XP compatibility problems #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
v2.2.2 will not run on Windows XP.

several issues:
  1. VS 2013 does not produce a valid XP executable by default
  2. the new SSAG detection code uses Win APIs not present in XP
  3. the 2.2.2 executable relies on both VS 2010 and VS 2013 runtime libs (via fitsio and opencv dlls)

Original issue reported on code.google.com by andy.gal...@gmail.com on 22 Mar 2014 at 8:21

GoogleCodeExporter commented 9 years ago
#1 can be fixed with a compiler option
#2 can be fixed with modifying the SSAG detection code to only use 
XP-compatible APIs
#3 can be fixed by rebuilding opencv and cfitsio dlls with VS 2013

Original comment by andy.gal...@gmail.com on 22 Mar 2014 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by andy.gal...@gmail.com on 23 Mar 2014 at 5:18