Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to call a dll-function which start a thread?
#4
C++ 'float' type in QM is 'FLOAT'.

type EXPORT_INFO_111 flag FLOAT'total ...

________________________________________

QM does not have C++ static arrays. Use variable of ARRAY type.

C++
EXPORT_INFO_111 my_list[3];
Function(... my_list ...)

QM
ARRAY(EXPORT_INFO_111) my_list.create(3);
Function(... &a[0] ...)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)