10-21-2016, 07:32 PM
yes, i understand...........Your converted function is invaluable for understanding things,
but, winapi is so heavy, i think i can try to only use declarations i need,..........but still, some C++ -> QM translation are hard to
find..
Example, what is QM for
type REFERENCE_TIME = %
i did find those ..
#define REFTIMES_PER_SEC 10000000
QM= def REFTIMES_PER_SEC 10000000
HRESULT RecordAudioStream()
{
HRESULT hr;
REFERENCE_TIME hnsRequestedDuration = REFTIMES_PER_SEC;
i cant get this one, error in QM IDE about some missing characters in Winapi2 or something like that.
Any help??
but, winapi is so heavy, i think i can try to only use declarations i need,..........but still, some C++ -> QM translation are hard to
find..
Example, what is QM for
type REFERENCE_TIME = %
i did find those ..
#define REFTIMES_PER_SEC 10000000
QM= def REFTIMES_PER_SEC 10000000
HRESULT RecordAudioStream()
{
HRESULT hr;
REFERENCE_TIME hnsRequestedDuration = REFTIMES_PER_SEC;
i cant get this one, error in QM IDE about some missing characters in Winapi2 or something like that.
Any help??