Hi, I just came across this very nice tool and had downloaded the latest version (2.1.1.7092). I wanted to convert a tlb file into java or c-code by issuing more or less the command that is in the docs:
mkdir src
tlb2java.exe -java -hjni -jni -d src ./designer.tlb
Unfortunately it fails with the following error:
failed to create src/Designer/TYPELIB_${RANDOM_NUMBER}.java.new
error processing: .\designer.tlb
However, when I created the "Subfolder" Designer in the src-Folder everything works fine.
I would suggest two different options how to fix the problem
Option #1: Create subfolders if required
Option #2: Display a meaningful message to the User that the Folder does not exists.
Thanks for the great work, I highly appreciate it!
Thanks for the feedback. Hopefully, this report will other others with the same issue until we can address.