peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

The project cannot be loaded after the update of SQLite.WP80 to version 3.7.17 #9

Closed continienzo closed 11 years ago

continienzo commented 11 years ago

Now if I try to import the existing project, a popup error appear: " Unable to read the project file Sqlite.vcxproj .... The imported project "C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v.8.0\ExtensionSDKs\SQLite.WP80\3.7.16.2\DesignTime\CommonConfiguration\Neutral\SQLite.WPLite.WP80.props was not found. COnfirm that the path in the declaration is correct, and that the file exists on disk". In fact now the extension is in an other directory (C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\ExtensionSDKs\SQLite.WP80\3.7.17). How can I solve the problem if I could't open the project?

continienzo commented 11 years ago

I tried to copy all the content of ...\3.7.17 in a directory with the old name version (...\3.7.16.2) and I could load the project in my solution and it compiles without errors and it runs. I notice that in the sqlite3.h There is an hard coded #define SQLITE_VERSION "3.7.16.2"

peterhuene commented 11 years ago

I'll update the project in a few minutes.

peterhuene commented 11 years ago

Updated the sources to 3.7.17.

continienzo commented 11 years ago

Thank you Peter!

2013/5/21 peterhuene notifications@github.com

I'll update the project in a few minutes.

— Reply to this email directly or view it on GitHubhttps://github.com/peterhuene/sqlite-net-wp8/issues/9#issuecomment-18224342 .

peterhuene commented 11 years ago

Any time!