[Migrated content. Thread originally posted on 15 May 2008]
We have a call to a dll like this:CALL "c:\\program files\\test\\dipdf.dll"
GIVING STATUS-VALUE.
What happen here is that the SPACE in Program Files is dropped, and the resulting call in the Trace-file looks like this:
c:\\programfiles\\test\\dipdf.dll
and it obviously fails.
We have made a workaround like this:
set environment "CODE_PREFIX" to 'c:\\"program files"\\test\\'.
CALL "dipdf.dll"
GIVING STATUS-VALUE.
but I don't really think this is a good solution. I can't imagine that we are the only one who have experienced this problem? Is it possible to solve it in a better way then this? Is it a bug?



