PhilippPaetzold

Results 7 issues of PhilippPaetzold

Hi, is it possible to implement a C# client that communicates to a C++ server that uses rpclib? I could write a managed wrapper of rpclib of course, but I...

I like to use this library for implementing an image viewer. So far it works great for panning and zooming with the mouse wheel. What I am missing is a...

Hi, I would like to programmatically arrange open document windows evenly in horizontal or vertical direction. Is this possible? Under the hood I know that AvalonDock is used, but I...

Hi all, how is it possible to save and restore a dictionary with an enumeration type key and a string value? I already tried to create custom settings and register...

Hi, I am sorry, if this is not the right place to ask this question, but so far I could not get any meaningful information on the web. For an...

Unfortunately we do not know the lib name that infoware uses when included via VCPKG in a CMakeLists.txt: # works and is found find_package (infoware CONFIG REQUIRED) # Both do...

Dear @prittt , I am currently working on a project where I need to extract objects from an image stream that is continuously acquired line-by-line with the use of line...