Giter Club home page Giter Club logo

Comments (4)

Bondifrench avatar Bondifrench commented on July 28, 2024

So I did a bit of research and from this thread I used a software called dependencywalker to look for what would be causing the error.
I got this:
image

So the first missing .dll module BLPAPI3_64.DLL I recognised, I saw it in here.
However for some reason, it seems when installing blpapi the dll files are not copied there:
image
so when node-gyp configure build happens it doesn't put BLPAPI3_64.DLL in the right place (C:\Users\London\Apps\financejs\node_modules\blpapi\build), so I did manually.

After rebuilding blpapi it got rid of the previous problem but then:
image

When trying to run the examples, I still got some errors, as BLPAPI3_64.DLL was only the first items in the list of DLLs that dependencywalker identified as missing.
@apaprocki @ericvw Any ideas?

from blpapi-node.

apaprocki avatar apaprocki commented on July 28, 2024

Windows is tricky because there are a few variables. What version of MSVC do you have installed? If you run cl.exe from its binary directory, what is the exact version string reported?

from blpapi-node.

Bondifrench avatar Bondifrench commented on July 28, 2024

So I have Microsoft Visual Studio 14 and the string reported with cl.exe says:
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24210 for x86

from blpapi-node.

Bondifrench avatar Bondifrench commented on July 28, 2024

OK, finally managed to run the examples without errors!!
Although I had BBG running on my machine and logged in there...I had to launch explicitly BBComm in the background for the examples to run and be able to connect to port 8194 otherwise I get the tcp connection failed mentioned in previous screens.

Might be nice to put a mention in the docs.

from blpapi-node.

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.