syntax for calling a function from a DLL ? #18855
Unanswered
ffred
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
just tried to call functions from a DLL and used
v translate -wrapper aiousb.h
to generate a wrapper.the syntax generated doesn't work and give me a "cannot call a function that does not have a body" error.
here is the simplest extracted sample code :
now if I do it this way (like I found on examples), it's ok :
what should I do to use the syntax generated by v translate ?
Beta Was this translation helpful? Give feedback.
All reactions