User profile: Hanske

User info
User name:Hanske
Old user name:Hanskl
History
Joined:
Number of posts:76
Latest posts:

Using Qt to emit a signal in Python
Very insightful!

Using Qt to emit a signal in Python
I am trying to send a `.hdf5` file to a method in the main python file in the class here: [code] ...

Boost serialization - input stream error
2. I tried that before and I get the same error as before. With the loadAudi() function changed to h...

Boost serialization - input stream error
Thanks for the help. I have a few comments: 1. Yes I deleted all `make_binary_object` lines as thos...

Boost serialization - input stream error
I got it to work. I needed to: 1. `Audi& loadAudi (const std::string file_name)` to `Audi loadAudi ...