Hi,
When I try to run some example by issuing "vibe" command, an exception
is thrown. So I played a bit and found the following.
This is one concrete case:
The app.exe generated by rdmd is in folder
C:\Users\pintes\AppData\Local\Temp.rdmd\rdmd-app.d-D18B965008BA130AD17B23E54B30C8D2
But required libraries are in folder
C:\Users\pintes\AppData\Local\Temp.rdmd\source
After I move app.exe from folder with that terrible name to the source
folder, everything works. So perhaps copy the libraries to newly
generated folder, but that is probably a bit redundant. Or move app.exe
to source folder by replacing possibly older one.
I have no idea how to do this. How to know the folder name which rdmd
creates...