Re: Last Dos library make FastLHA crashed during GetMsg
Posted: Sun Mar 03, 2013 10:58 pm
Ah yes, you are right,
by adding
to DataType_Sound_Break
struct DTSoundMessage *DTSoundmsg = AllocSysObjectTags(ASOT_MESSAGE, ASOMSG_Size,sizeof(struct DTSoundMessage),TAG_END);
to Datatype_Sound
FreeSysObject(ASOT_MESSAGE,DTSoundmsg);
it works.
Thank you to spot me my big mistake.
But now, I have to find why FastLHA continues to crash even with the AllocSysObject and FreeSysObject...
certainly another uninitialized thing.
Thank again
by adding
to DataType_Sound_Break
struct DTSoundMessage *DTSoundmsg = AllocSysObjectTags(ASOT_MESSAGE, ASOMSG_Size,sizeof(struct DTSoundMessage),TAG_END);
to Datatype_Sound
FreeSysObject(ASOT_MESSAGE,DTSoundmsg);
it works.
Thank you to spot me my big mistake.
But now, I have to find why FastLHA continues to crash even with the AllocSysObject and FreeSysObject...
certainly another uninitialized thing.
Thank again