<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
</head>
<body bgcolor="#cccccc" text="#000000">
I am trying to build with Visual Studio 2010. I am getting the
following error in libdivecomputer.rc.<br>
<br>
Error 1 error RC1015: cannot open include file 'revision.h'.<br>
<br>
If I comment out that line I then get a bunch of unresolved
externals:<br>
<br>
Error 1 error LNK2001: unresolved external symbol
cressi_edy_parser_create<br>
Error 2 error LNK2001: unresolved external symbol dc_version<br>
Error 3 error LNK2001: unresolved external symbol
dc_version_check<br>
Error 4 error LNK2001: unresolved external symbol
hw_ostc_parser_create<br>
Error 5 error LNK2001: unresolved external symbol
mares_iconhd_device_open<br>
Error 6 error LNK2001: unresolved external symbol
mares_iconhd_extract_dives<br>
Error 7 error LNK2001: unresolved external symbol
mares_iconhd_parser_create<br>
Error 8 error LNK2001: unresolved external symbol
zeagle_n2ition3_device_open<br>
<br>
Any help is appreciated.<br>
<br>
</body>
</html>