Ian Bell

Results 624 comments of Ian Bell

The warnings are just that: warnings. Sounds like you are missing a go include or library that you need to link.

Can you please push your changes to your fork and put here all the commands you ran and the output you received? It is otherwise quite hard to imagine what...

Sorry I've not been more helpful on this thread. My guess is that your best bet goes like this: * Build CoolProp as a _static_ library. In CMake: -DCOOLPROP_STATIC_LIBRARY=ON *...

Let's see if I can explain my idea a bit better: 1) Generate a "normal" static library of CoolProp with ``-DCOOLPROP_STATIC_LIBRARY=ON`` 2) Generate the ``CoolProp_wrap.cxx`` file with swig 3) Add...

When you build the CoolProp_wrap.cxx file, did you specify the include files that are needed, and the static library of CoolProp to link against? I think you missed either one...

I see what you mean about the need to sed. I found a couple of missing (but important) characters in the above commands. This worked for me to get everything...

Sorry, I should have been more clear. Updates: 1. Need the ``-d`` for ``go get`` to not also build 2. Need ``-cgo -go`` instead of ``-go -go`` Seems that Golang...

No idea. The humid air calculations *should* be generally thread-safe, at least this is the first I have heard of problems like this that have the clear signature of thread...

Are you sure you are using the C# DLL? We made a mistake with our naming many years ago, and called the C# DLL and the main DLL the same...

One issue is you want a Release build, but that's definitely not the problem. > Message ID: ***@***.***> >