View Single Post
Old 12 February 2021, 14:58   #32
Amiga1992
Registered User
 
Join Date: May 2001
Location: ?
Posts: 19,646
Quote:
Originally Posted by Daedalus View Post
You need to enter Blitzlibs:amigalibs.res in the right hand box at the bottom tha's labelled Resident. (Apologies for the incorrect path in my example...).
god damn I didn't even know that was a text field... hate this interface.. thanks again boss! Let's see how this goes.

So to define these object newtypes, should I do something like this, for example, with the sound object:

Code:
NEWTYPE .sound
     _data.l
     _period.w
     _length.w
     _loop.l
     _looplength.w
     _pad.b[2]
End NEWTYPE
?
Amiga1992 is offline  
 
Page generated in 0.04293 seconds with 11 queries