griddb / python_client

GridDB Python Client
Apache License 2.0
51 stars 61 forks source link

Adding python client for Windows #15

Closed dangtrungtin closed 5 years ago

dangtrungtin commented 5 years ago

I Added CMakeLists.txt file for creating solution (.sln) file and guide to support building Windows. And I Modified source to change long to int64_t to fix issue about size of long in Windows.

knonomura commented 5 years ago

That's great! I'll try it.

knonomura commented 5 years ago

Certainly long for Windows means not 64bit int but 32bit int. Thank you so much for your PR. I merge it.