1
0

64-bit changes

This commit is contained in:
Scott E. Graves
2017-02-19 13:24:31 -06:00
parent bc10c1613c
commit 4685f1bbb7
5 changed files with 531 additions and 59 deletions

View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "SiaApi.h"
#include "SQLiteCpp/Database.h"
using namespace Sia::Api;
/*{
@@ -55,6 +56,7 @@ CSiaApi::_CSiaRenter::_CSiaRenter(const CSiaCurl& siaCurl) :
_TotalUploadProgress(100)
{
StartAutoThread();
SQLite::Database db("file:example.db3", SQLite::OPEN_READWRITE | SQLite::OPEN_CREATE);
}
CSiaApi::_CSiaRenter::~_CSiaRenter()