Coder Social home page Coder Social logo

Comments (7)

VinGarcia avatar VinGarcia commented on July 20, 2024

Hello @jojogh,

We have had an issue earlier about this same topic #55. The user found a way to accomplish it by adding the 4 files of the core-shunting-yard.o library to his project, i.e.:

  • shunting-yard.cpp
  • packToken.cpp
  • functions.cpp
  • containers.cpp

He also tried compiling the builtin-features.o library but it did not work properly probably because of the static initialization used by this library. He overcame it by using the new build option of initializing this library manually:

#include "cparse/builtin-features.inc"

int main() {
  cparse_startup();
  
  // ... Your code goes here ...
}

Note: I should already have added this to the docs, my mistake, I will add it right now.

This should do the trick. If it still does not work I could summon the previously mentioned user for help, he would probably be able to give you better tips than me since I am not used to working with Visual Studio.

I hope it helps.

from cparse.

VinGarcia avatar VinGarcia commented on July 20, 2024

Hello @jojogh, I have added some documentation for this, but since this is not tested it might need some refining:

Tell me if there are any parts of it that are confusing.

from cparse.

jojogh avatar jojogh commented on July 20, 2024

from cparse.

jojogh avatar jojogh commented on July 20, 2024

from cparse.

VinGarcia avatar VinGarcia commented on July 20, 2024

That's good @jojogh, I have updated the Download and Setup page with your feedback. If you can, please read it to see if I got it right. If its alright we can close this issue =].

I hope it works well for you. Regards.

from cparse.

jojogh avatar jojogh commented on July 20, 2024

from cparse.

VinGarcia avatar VinGarcia commented on July 20, 2024

👍 Then I am closing this issue.

Thanks @jojogh for the feedbacks and feel free to report any new problems.

from cparse.

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.