It seems that findfirst and findnext find files which names contain German "Umlaute" (äöü), but does not find any files (even if their names do not contain Umlaute) if the searched directory´s name itself does contain Umlaute. At least this accounts for the cygnus version of g++ for Windows. Is this only a problem of this version of g++ or a problem of all c++-compilers? Or is it a general problem under Windows? Is there some way to work around this?
ToK