Jump to content

VINCENZO

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by VINCENZO

  1. I have to create a library that has as input the pointer to this structure unsigned char Type unsigned int Len union { unsigned char Raw [EFIUDS_MSG_MAX_DATA_SIZE] struct { unsigned char SI unsigned char PARAM [EFIUDS_MSG_MAX_DATA_SIZE-1] } REQUEST struct { unsigned char PR_SI unsigned char PARAM [EFIUDS_MSG_MAX_DATA_SIZE-1] } POSITIVE_RESPONSE struct { unsigned char NR_SI unsigned char SI unsigned char NRC } NEGATIVE_RESPONSE } Data how do i implement the labview? thank you
  2. Hello, I have to create a vlib from a .dll. the dll has 5.h Is it possible to import all the .hs? it only makes me import 1.h Thank you
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.