Forum member

mariusmeier

4 posts

Posts by mariusmeier

  1. C++ managed includes native c-library - NCrunch can not build

    Hi Remco, Ok thank you for your support. I tried your suggestion with the static linking and it works. What exactly is your roadmap with the NCrunch project ? Are you planning in the future support for C/C++ (managed/native)? I think this would be great because it is not unusual that somebody…

  2. C++ managed includes native c-library - NCrunch can not build

    Hi Remco, I tried to add the needed files also with the "additional files to include" option. But without any luck. I also tried the "Implicit Project Dependencies" to declare that the manage c++ library relies on the native c/c++ project (HDF5lib). Also without luck. I looked into the NCrunch w…

  3. C++ managed includes native c-library - NCrunch can not build

    Hello Remco I did test your suggestions and it worked for the native c-library. But the managed c++ library is still not building. It can't find some token symbols. Are there any other possibilities to attend? What would be your suggestion for this scenario? Only include the build managed c++ d…

  4. C++ managed includes native c-library - NCrunch can not build

    Hello NCrunch team First at all i am trying your trial version on my big project. It works quite well. I have one c++ managed project which includes an native C-Project. This C-Project is not build by NCrunch because it can't find the additional header files (pthread.h, zlib.h etc) which are in…