Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to call a dll-function which start a thread?
#10
There is no format field for FLOAT type. If need to display FLOAT, assign it to double.

Macro Macro1425
Code:
Copy      Help
FLOAT f=1.5
out f ;;OK
out "%.2f %.2f" f f ;;wrong. %f is only for double.
double d=f
out "%.2f %.2f" d d ;;OK

__________

EXPORT_INFO_111 would be the same with or without pragma pack 1.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)