vparot / javahidapi

Automatically exported from code.google.com/p/javahidapi
0 stars 0 forks source link

hidapi.sln not compatible with Visual C++ Express 2010 #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out newest source with: hg clone https://code.google.com/p/javahidapi/

2. Open windows/hidapi.sln as project in Visual C++ Express 2010

What is the expected output? What do you see instead?
The project is converted to 2010 format. But it says the project
is corrupt instead and fails the conversion.

What version of the product are you using? On what operating system?
Visual C++ Express 2010, Windows 7 32-bit

Please provide any additional information below.
If i download the project under "Downloads" it compiles fine, it is just the 
project that is retrieved with "hg clone.."

Original issue reported on code.google.com by i...@stokerkontrol.dk on 22 Apr 2012 at 3:37

GoogleCodeExporter commented 8 years ago
Forgot to mention the exact conversion error from Visual C++ 2010 Express:

Conversion Report - : 
Cannot load the project due to a corrupt project file. 
The following error has occurred during XML parsing: File: 
C:\windows\hidapi.vcproj Line: 179 Column: 5 Error Message: System error: 
-2147154677. The file 'windows\hidapi.vcproj' has failed to load. 

Original comment by i...@stokerkontrol.dk on 22 Apr 2012 at 3:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I had that same issue, turns out I only downloaded the .sln, or just the 
/windows/ folder. You need to clone the WHOLE javahidapi project using the "hg 
clone..." method. That fixed the issue for me on Visual Studio 20120, Windows 7 
64 bit.

Original comment by smoke.s...@gmail.com on 21 Sep 2012 at 11:55