Sascha Zelzer

Results 23 comments of Sascha Zelzer

I do value a good discussion about design decisions, but I am not sure what problem you are trying to solve here. We do not support annotations at all, so...

I need to read and think about this in more detail later. Just a quick note: `std::shared_ptr` wasn't used before because the code predates C++11 support in the code-base. I...

I couldn't spot the bug in the MITK code right away but fixing it there would be a good solution for sure ;-) Later on, moving the code to a...

I completely agree. First, I would check if I can make the CTKPluginUseFile.cmake file relocatable, just to not start changing too much in the build system. A mid-term solution using...

I was looking into doing a "super-build install" of CTK as well and was wondering what is status of this pull request? I would be willing to have a look...

Thanks for the clarification! I will send a mail to the cmake list about this topic. Anyway, the changes look small enough to warrant their inclusion in my opinion. It...

`windows.h` defines `REGISTERED` as preprocessor token, which conflicts with the `REGISTERED` token in `ctkServiceEvent.h`. Try what the error message says.

If you provide us with more information beyond "it is so difficult", we will be able to help you much better. 1. Why didn't `#undef REGISTERED` before you include CTK...

I think `windows.h` and macros are great. Seriously, I would happily merge any PR that changes `DEBUG`to e.g. `DEBUG_TRACKER`or some other sane identifier.