sat_code
sat_code copied to clipboard
a problem when build with msvc
I am building with msvc, and i know first build that makefile,then I get lunar64.lib,and include .h files, now when i build with this makefile, i put lunar64.lib,and include .h files into the same folder,
but i still get an problem
sat_id.cpp(83): fatal error C1189: #error: "You need the 'lunar' library (https://www.github.com/Bill-Gray/lunar). See https://github.com/Bill-Gray/sat_code/issues/2 for a fix to this."
should i put that lib and .h files all in the same folder?
THX for answer!