La recherche a retourné 3 résultats

par LyLy
jeu. 02/févr./2006 3:23
Forum : Débutants
Sujet : minifmod170_pb.zip
Réponses : 7
Vues : 1312

je te remercie tes un anges :D si j'ai d'autre questions je te demanderai. demain je vai test sa encore merci a toi :D
par LyLy
mer. 01/févr./2006 8:55
Forum : Débutants
Sujet : minifmod170_pb.zip
Réponses : 7
Vues : 1312

http://www.purearea.net/pb/download/use ... 170_pb.zip


j'ai utilise cet librairie dsl je debute en purebasic quand tu aura ttous regarder si tu pouvai recoler le code propre ce serai vraiment super sympa de ta part merci d'avance
par LyLy
mer. 01/févr./2006 5:18
Forum : Débutants
Sujet : minifmod170_pb.zip
Réponses : 7
Vues : 1312

minifmod170_pb.zip


#useMemLoad = 0 ; 0 = filecallbacks
; 1 = memorycallbacks


CompilerIf #useMemLoad=1
;
;----MEMORY CALLBACKS---
;
Structure MEMFILE
length.l
pos.l
mdata.l
EndStructure


memfile.MEMFILE
CatchSound(0, ?music)

;
Procedure.l musicopenmem(name.s)
Shared memfile
memfile\mdata = Val(name ...