calibre-file-dialog.exe is a helper program calibre uses to show file dialogs -- it was needed because there are idiot applications like spideroak that write explorer extensions in python and you cannot have multiple python interpreters in a single process. Therefore to work around them I had to write a dedicated helper program in C just for selecting files.
|