-
Hi again ;,) OS: Windows 11 I managed to compile the cpp-runtime in the dev branch, however I had problems linking the static library to my console project.. I tried making sure everything were fine:
In order to keep this discussion simple I made a new solution with Antlr4RuntimeTest.zip Similar discussion: #3356 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could you please debug any test and see what files the test generates? Try debugging here: https://github.com/antlr/antlr4/blob/dev/runtime-testsuite/test/org/antlr/v4/test/runtime/cpp/CppRunner.java It supports both clang++ and msbuild. You can run c++ tests using the following instruction: https://github.com/antlr/antlr4/blob/dev/doc/antlr-project-testing.md |
Beta Was this translation helpful? Give feedback.
-
I found the problem.. Project Settings > Linker > Use Input Libraries set to Yes (which by default is set to No)
|
Beta Was this translation helpful? Give feedback.
I found the problem..
Project Settings > Linker > Use Input Libraries set to Yes (which by default is set to No)