Reply to Re: Awards: July DOTM Results
If you don't have an account, just leave the password field blank.
I managed to fix it. The problem was the registry key:
I had to write:
"<application path>""%1"
instead of
"<application path>"%1
Without double-quotes for %1, the ParamStr(1) were only until the first space.
Now it works fine. If someone wants to beta-test this new version, I'd be gratefull. If not, I'll release it in a few days.
I had to write:
"<application path>""%1"
instead of
"<application path>"%1
Without double-quotes for %1, the ParamStr(1) were only until the first space.
Now it works fine. If someone wants to beta-test this new version, I'd be gratefull. If not, I'll release it in a few days.