Valentin
Results
1
issues of
Valentin
hi, I tried to parse a cpp file with pygccxml on windows. I used this from the tutorial: ``` xml_generator_config = parser.xml_generator_configuration_t( xml_generator_path="\\castxml\\bin\\castxml.exe", xml_generator="castxml", compiler_path="\\llvm\\bin\\clang-cpp.exe") ``` The locationPrefix is the...