Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using flac library
#8
Yes.
Macro Macro167
Code:
Copy      Help
dll "$qm$\libFLAC_dynamic.dll"
,function1 declaration
,function2 declaration
,...

If there are many declarations, I would put all in a ref macro or file.

Callback example.
C
typedef size_t(* FLAC__IOCallback_Read )(void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle)

QM
Function FLAC__IOCallback_Read
Code:
Copy      Help
function[c]int byte*ptr size nmemb handle

;...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)