Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - softly.dk

#1
Quote from: kichetof on April 21, 2014, 02:08:41 PM
@Walter
Yeah thanks for the translation! Ok now we have a problem with command line on windows... as usual...

There is an error in the args for cr2hdr.exe on the windows command line. Simply change line #172 in the file MLExportServiceProvider.lua
from          
local args = string.format('"%s%s%s%s%s%s%s%s%s"',  .....
to
local args = string.format('%s%s%s%s%s%s%s%s%s',  ......
to make it work on windows
//Claus