mikra01 / nimodpi

Oracle ODPI-C wrapper for Nim
MIT License
21 stars 0 forks source link

IA64 in README.md #1

Closed kubo closed 4 years ago

kubo commented 4 years ago

In README.md:

I tested it only for the IA64 architecture and only tested against nim-compiler version 1.0.2.

Did you confuse x86-64 with IA-64?

mikra01 commented 4 years ago

no - it's an old hp-machine I sometimes play with - but main platform will be AMD64 in the future..

kubo commented 4 years ago

Okay. I thought that you had tested nimodpi on Windows x64 because you wrote "I tested it only for the windows 10 OS" about Oracle XE installation in README.md.

mikra01 commented 4 years ago

yeah I know the readme is a little bit inconsistent at the moment; thanks for pointing that out. Basically the wrapper should run on every platform where the instantclient, Nim and a C-compiler is available. At the moment I moved to windows10, 64bit gcc and a local XE installation (I additionally plan to test that setup with MSVC).