int64_t equivalente en long
Posted: Wed Dec 05, 2018 10:19 pm
Estimados tengo que retornar un int64_t desde c a harbour como seria la conversión?
no estoy muy claro si resia float ó float float.
no estoy muy claro si resia float ó float float.
Code: Select all
int64_t VLCWrapperImpl::GetLength()
{
int64_t length = libvlc_media_player_get_length(pMediaPlayer_);
return length;
}
hb_retnl( (long) ... );
hb_retnll( (long long) ...);