Läuft doch prima auch alleine und startet auch schnell.
[/quote]
...und verschwindet nach getaner Arbeit aus dem Speicher.

Code: Alles auswählen
bool InitexTAP ()
{
word SysID = *((volatile word*)0xa3fffffa);
extern int _appl_version;
TAP_Print ("FWCalls: SystemID = %d, Appl version = 0x%4.4x\n", SysID, _appl_version);
if ((SysID == 406) && (_appl_version == 0x1155)) SetParameter (0x8000592c, 0x80192594); //24.03.2005
if ((SysID == 466) && (_appl_version == 0x1173)) SetParameter (0x80005a70, 0x80178f0c); //11.05.2005 (AUS)
if ((SysID == 406) && (_appl_version == 0x1188)) SetParameter (0x80005ac8, 0x80193ff4); //10.06.2005
.
.
.