Hallo tut mir leid, dass das so unformatiert aussah, konnte ich aber leider nicht sehen.
Code:
- int versacom(TRAB *tr, char * otrailer),
- TRAB Struktur:
TRAB {
int prio;
int typ;
int optim,repeat,service,tel_hie,group_tra;
int station;
AVER aver;
AVERI averi;
long duration;
char value[6];
int tostate,tipair,pronum,ontime,offtime;
char b1;
int promask,wkday,time_cycle, fun;
char loadtel[26],lt_ntrail[26],msg[70],msg_bin[200];
- AVER und AVERI Struktur:
AVER {
uchar region,section[4],class[2],division[2];
};
AVERI {
long senu;
int relay;
};
Das Problem ist: ich habe weder den Quellcode noch sonst irgendwelche Informationen über diese
DLL muss aber damit arbeiten.
Rainer