Giter Club home page Giter Club logo

Comments (6)

bluestreak01 avatar bluestreak01 commented on May 22, 2024

Hi Juan,

the DDL is 64bit bit already. It is compiled on Windows XP though, i'll have to check on windows 10 and get back to you.

Regards,
Vlad

from questdb.

bluestreak01 avatar bluestreak01 commented on May 22, 2024

the error reads a bit suspicious though, DLL is indeed not a win32 application.

from questdb.

bluestreak01 avatar bluestreak01 commented on May 22, 2024

Another idea: do you have anti-virus running and could be preventing java from accessing DLL?

from questdb.

jacuesta avatar jacuesta commented on May 22, 2024

Yes, i've got mcaffy running. I will try stopping it and let you know.
Thanks.
El 23/06/2016 17:38, "Vlad Ilyushchenko" [email protected]
escribió:

Another idea: do you have anti-virus running and could be preventing java
from accessing DLL?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/bluestreak01/questdb/issues/52#issuecomment-228091040,
or mute the thread
https://github.com/notifications/unsubscribe/AGSBeVQQuNbDNpMo9hRbZq9FkdgpflXaks5qOqiNgaJpZM4I8dyd
.

from questdb.

jacuesta avatar jacuesta commented on May 22, 2024

Hi Vlad,
It was my mystake. I did a save as with the right mouse button on the link and I didn't realize the file was not a dll one.

In order to be able to run the examples in a Windows platform I had to modify the Os.java

            if (type == LINUX){
                tempLib = File.createTempFile(lib, ".so");
            }else if (type == OSX){
                tempLib = File.createTempFile(lib, ".dylib");
            }else if (type == WINDOWS){
                tempLib = File.createTempFile(lib, ".dll");
            }

I'll carry on testing the library.

Regards,
Juan

from questdb.

bluestreak01 avatar bluestreak01 commented on May 22, 2024

great, thanks Juan

from questdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.