Last Dos library make FastLHA crashed during GetMsg [SOLVED]

This forum is for general developer support questions.
zzd10h
Posts: 546
Joined: Sun Sep 16, 2012 6:40 am
Location: France

Re: Last Dos library make FastLHA crashed during GetMsg

Post by zzd10h »

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
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
zzd10h
Posts: 546
Joined: Sun Sep 16, 2012 6:40 am
Location: France

Re: Last Dos library make FastLHA crashed during GetMsg

Post by zzd10h »

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...
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
User avatar
nbache
Beta Tester
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

Post by nbache »

zzd10h wrote:I don't know how to change status to solved...
Just edit your first post in this topic and add "Solved" at the end of the title.

Best regards,

Niels
zzd10h
Posts: 546
Joined: Sun Sep 16, 2012 6:40 am
Location: France

Re: Last Dos library make FastLHA crashed during GetMsg [SOL

Post by zzd10h »

Thanks ;)
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
Post Reply