25.08.2006, 06:56
Hallo zusammen,
ich soll eine dll in LabVIEW einbinden, und habe folgendes Problem:
Wie binde ich dies ein?
struct MELOTCI_LED_DESCRIPTION * pStrDescription
In der Headerdatei stehen unter anderem folgende relevante Zeilen:
……………..
_PRMELOTAPI_ int __stdcall iMELOTSetLEDConfiguration( int iPort, unsigned int uiCPUCommAdresse, unsigned int uiModuleNumber, unsigned int uiLEDConfiguration, struct MELOTCI_LED_DESCRIPTION * pStrDescription );
…………………….
struct MELOTCI_LED_DESCRIPTION {
unsigned char ucActive;
struct MELOTCI_NEXTMEASUREMENT_PARAMS strNextMeasurementSetup;
struct MELOTCI_LEDPARAMS strNextMeasurementParams;
};
#pragma pack()
…………..
Vielen Dank im Voraus für eure Hilfe.
Grüße Eddy
ich soll eine dll in LabVIEW einbinden, und habe folgendes Problem:
Wie binde ich dies ein?
struct MELOTCI_LED_DESCRIPTION * pStrDescription
In der Headerdatei stehen unter anderem folgende relevante Zeilen:
……………..
_PRMELOTAPI_ int __stdcall iMELOTSetLEDConfiguration( int iPort, unsigned int uiCPUCommAdresse, unsigned int uiModuleNumber, unsigned int uiLEDConfiguration, struct MELOTCI_LED_DESCRIPTION * pStrDescription );
…………………….
struct MELOTCI_LED_DESCRIPTION {
unsigned char ucActive;
struct MELOTCI_NEXTMEASUREMENT_PARAMS strNextMeasurementSetup;
struct MELOTCI_LEDPARAMS strNextMeasurementParams;
};
#pragma pack()
…………..
Vielen Dank im Voraus für eure Hilfe.
Grüße Eddy