I get this error:
But of course I'm new to all this and, frankly don't know what I'm doing anyway, so I thought I'd ask for some guidance before going over the top with a bug report or somesuch...
Compiling:8svxloader.bmx Compile Error:'ModuleInfo' must appear at top of file [L:\BlitzMaxBeta101\mod\hot.mod\8svxloader.mod/8svxloader.bmx;9;1] Build Error: failed to compile L:/BlitzMaxBeta101/mod/hot.mod/8svxloader.mod/8svxloader.bmx Process completeCompiling this source:
Strict Rem bbdoc: 8SVX loader End Rem Module HOT.8SVXLoader ModuleInfo "Version: 1.00" ModuleInfo "Author: Hotcakes" ModuleInfo "License: Public Domain" ModuleInfo "Copyright: Toby Zuijdveld" ModuleInfo "Favourite Food: Pizza" Import BRL.AudioSample Import BRL.EndianStream... with more source attached to that which is unimportant =] So OK, I have copied the exact layout of the wavloader module so I don't understand. If I move the ModuleInfo lines at the -very- top of the source, I then get an error stating Import has to be used at the top of the file :/ If I move -them- to the top as well, then I get this error:
Compiling:8svxloader.bmx [ERROR]: Compile Error:Expression of type 'Float' cannot be invoked [ERROR]: [l:\blitzmaxbeta101\mod\hot.mod\8svxloader.mod/8svxloader.bmx;18;11] [ERROR]: Build Error: failed to compile l:/blitzmaxbeta101/mod/hot.mod/8svxloader.mod/8svxloader.bmxThe -only- thing I can think of is that something is disagreeing with a number at the beginning of... stuff? =]
But of course I'm new to all this and, frankly don't know what I'm doing anyway, so I thought I'd ask for some guidance before going over the top with a bug report or somesuch...