Posted: Sat Mar 15, 2003 7:42 pm
Restored from previous forum. Originally posted by Skipsy.
Hi all,
I don't understand how to use "something" unpacked by nextpackfile.
First Am I right with the following code :
if OpenPack("Pack1")= 0
MessageRequester("Problem","Impossible d'ouvrir le fichier pack",0)
End
EndIf
result = NextPackFile ()
I should have in result the mem address where is stored the unpacked
file (?)
If it is correct, how can I use the unpacked file the this use :
StartDrawing(ScreenOutput())
DrawImage(result , 0, 0 )
StopDrawing()
It displays a dark screen...
Thks guys
"If you want to touch the sky,
**** a duck and try to fly"
Hi all,
I don't understand how to use "something" unpacked by nextpackfile.
First Am I right with the following code :
if OpenPack("Pack1")= 0
MessageRequester("Problem","Impossible d'ouvrir le fichier pack",0)
End
EndIf
result = NextPackFile ()
I should have in result the mem address where is stored the unpacked
file (?)
If it is correct, how can I use the unpacked file the this use :
StartDrawing(ScreenOutput())
DrawImage(result , 0, 0 )
StopDrawing()
It displays a dark screen...
Thks guys
"If you want to touch the sky,
**** a duck and try to fly"