I am trying to build with Visual Studio 2010. I am getting the
following error in libdivecomputer.rc.
Error 1 error RC1015: cannot open include file 'revision.h'.
If I comment out that line I then get a bunch of unresolved
externals:
Error 1 error LNK2001: unresolved external symbol
cressi_edy_parser_create
Error 2 error LNK2001: unresolved external symbol dc_version
Error 3 error LNK2001: unresolved external symbol
dc_version_check
Error 4 error LNK2001: unresolved external symbol
hw_ostc_parser_create
Error 5 error LNK2001: unresolved external symbol
mares_iconhd_device_open
Error 6 error LNK2001: unresolved external symbol
mares_iconhd_extract_dives
Error 7 error LNK2001: unresolved external symbol
mares_iconhd_parser_create
Error 8 error LNK2001: unresolved external symbol
zeagle_n2ition3_device_open
Any help is appreciated.