smich123 / open-zwave

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

compilation errors with vs2008 #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I checkout the last build (rev 637) and there are severals errors during the 
compilation using VS2008.
The errors are not visible when you build only the library. You need to build 
the sample MinOZW.

The first error is specific to MinOZW :
The file Ref.h can't be found
=> You need to add the folder ..\..\..\..\src\platform to the include path

After that, there are many link errors (unresolved symbols) because the files 
FileOps.h, FileOps.cpp, CRC16Encap.h and CRC16Encap.cpp are not is the 
OpenZWave project.

What steps will reproduce the problem?
1. compile MinOZW using VS2008

What is the expected output? What do you see instead?
I expected no error. I see errors ;o)

What version of the product are you using? On what operating system?
rev 637
Win7

Original issue reported on code.google.com by harkanork on 6 Feb 2013 at 3:56

GoogleCodeExporter commented 9 years ago
Would it be possible for you to include a patch, please?

Original comment by glsatz on 6 Feb 2013 at 4:07

GoogleCodeExporter commented 9 years ago
Of course!

Original comment by harkanork on 6 Feb 2013 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the patch. Committed to r638.

Original comment by glsatz on 10 Feb 2013 at 6:50