no estoy muy claro si resia float ó float float.
- Code: Select all Expand view
- int64_t VLCWrapperImpl::GetLength()
{
int64_t length = libvlc_media_player_get_length(pMediaPlayer_);
return length;
}
hb_retnl( (long) ... );
hb_retnll( (long long) ...);
int64_t VLCWrapperImpl::GetLength()
{
int64_t length = libvlc_media_player_get_length(pMediaPlayer_);
return length;
}
hb_retnl( (long) ... );
hb_retnll( (long long) ...);
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Antonio Linares, Google [Bot] and 76 guests