@woggioni I do understand why it does not compile. I was surprised that the version Stefan_Salewski initially presented compiles for him.
@Stefan_Salewski The latest version of your example code does compile OK for me on both 64-bit Windows 7 and 32-bit Windows XP. (Which is expected, because the type of `i` becomes `cint` via type inference from the type of `n`, I guess)
