Oh man !! Thanks alot, I never even thought of that. That was too easy. > You have to add the -lkfm library link in the project->options->linker options. > And you need not create a KFM object because ::download is static. So you better > use bool b = KFM::download(file); directly. > > Martin