xioTechnologies / Fusion

MIT License
1.01k stars 241 forks source link

integration in c++ projects #94

Closed sfbence closed 1 year ago

sfbence commented 1 year ago

Absolute great library, have been using in python and outperformed all other alternatives. Nevertheless still because of performance issues I an switching to use it in c++. Although the code compiles perfectly as C, I am having hard time compiling the C++ code using this header. Could you give an example how it was meant to compile (gcc or g++) for c++ projects? Thank you in advance!

xioTechnologies commented 1 year ago

We have not included a C++ example because it would be identical to the C example. Please can you be more specific about the issue. If you are seeing a compiler error then please report that error along with other information that may be useful for us to look into the problem.

LazaroFilm commented 1 year ago

Have you pulled the most recent version? There used to be an issue with C++ compiling that was fix d a while ago.

sfbence commented 1 year ago

Thanks, apparently I had still the old version, now it works!