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
Last Dos library make FastLHA crashed during GetMsg [SOLVED]
Re: Last Dos library make FastLHA crashed during GetMsg
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
X1000 - AmigaOS 4.1.6 / 4.1 FE
Re: Last Dos library make FastLHA crashed during GetMsg
Yeah !
I resolved my problem.
I was missing a FreeDiskObject...
All works now with the last dos.library.
Shame on me and thank for help
I don't know how to change status to solved...
I resolved my problem.
I was missing a FreeDiskObject...
All works now with the last dos.library.
Shame on me and thank for help

I don't know how to change status to solved...
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
X1000 - AmigaOS 4.1.6 / 4.1 FE
- nbache
- Beta Tester
- Posts: 1744
- Joined: Mon Dec 20, 2010 7:25 pm
- Location: Copenhagen, Denmark
- Contact:
Re: Last Dos library make FastLHA crashed during GetMsg
Just edit your first post in this topic and add "Solved" at the end of the title.zzd10h wrote:I don't know how to change status to solved...
Best regards,
Niels
Re: Last Dos library make FastLHA crashed during GetMsg [SOL
Thanks 

http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
X1000 - AmigaOS 4.1.6 / 4.1 FE