Jump to content

Yannick

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by Yannick

  1. Hi,

    I have to send a structure to a dll, with a pointer to a char in. Here is the structure :

    --------------------------

    Struct Reference

    Data Fields

    unsigned long CamType

    16 Bit used, hardware id of camera

    unsigned long VendorID

    24 Bit used, baumer ieee id

    unsigned long ChipIDHi

    8 Bit used, serial number of 1394 interface

    unsigned long ChipIDLo

    32 Bit used, serial number of 1394 interface

    unsigned long Payloadsize

    payloadsize of camera device

    unsigned long Reserved [8]

    char DspVersion [32]

    SignProc null terminated ansii string.

    char HwcVersion [32]

    label

    unsigned long CamLabel

    32 Bit used, label as logical camera id

    char * CamName

    null terminated ansii string

    ------------------------------

    Can I do this without using CIN method ? If I can't, could you help me, I tried but I failed !

    here is the dll function

    FX_DeviceInfo( devNum, &DevInformation ); where &DevInformation is the structure !

    Thanks

×
×
  • Create New...

Important Information

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