On Tuesday, 11 June 2013 at 11:22:15 UTC, bearophile wrote: > denizzz: > >> This message looks weird. I am spent hour to find this bug. :-( > > Why aren't you just using code like this? > > sfTime r = sfClock_getElapsedTime(sfPtr); > return Time(r); > sfTime* r = sfClock_getElapsedTime(sfPtr); says what sfTime can not be implictly converted to sfTime