Page 1 of 1

Posted: Fri Jan 03, 2003 2:58 pm
by BackupUser
Restored from previous forum. Originally posted by MrVainSCL.

Would be nice to have some more catch() commands like following:

Code: Select all

    CatchModule(#module,?memoryadress)
    CatchMovie(#movie,?memoryadress)
    CatchSprite3D(#sprite,?memoryadress) - instead of using  CatchSprite(),CreateSprite3D()
    CatchIcon(#icon,?memoryadress) - or CatchImage() with icon support

PIII450, 256MB Ram, 80GB HD + 6,4 GB, RivaTNT, DirectX8.1, SB AWE64, Win2000 + all Updates...

greetz
MrVainSCL! aka Thorsten

Posted: Fri Jan 03, 2003 5:49 pm
by BackupUser
Restored from previous forum. Originally posted by Kale.

i agree they would be great :)

--Kale

New to PureBasic and falling in Love! :)

Posted: Tue Nov 20, 2007 4:29 pm
by Psychophanta
Now that it was changed to Modplug routines, what about add CatchModule(),
please :roll:

Posted: Tue Dec 11, 2007 5:50 am
by Azul
CatchModule() would be nice :)

Posted: Tue Dec 11, 2007 6:08 am
by Mistrel
Can you explain what kind of functionality you expect from CatchModule()?

Posted: Tue Dec 11, 2007 7:11 am
by IceSoft
Mistrel wrote:Can you explain what kind of functionality you expect from CatchModule()?
Catch a 'song' from the memory.

Posted: Tue Dec 11, 2007 4:45 pm
by Rook Zimbabwe
That is ridiculos... I cannot for the life of me remember any songs...

Oh... in PB... OK

Posted: Wed Dec 12, 2007 3:26 pm
by akj
I would also like CatchFont() to be implemented so that my programs could utilise fonts that are not installed on the end-user's computer.

Posted: Wed Dec 12, 2007 3:28 pm
by gnozal
akj wrote:I would also like CatchFont() to be implemented so that my programs could utilise fonts that are not installed on the end-user's computer.
http://www.purebasic.fr/english/viewtopic.php?t=26575

Posted: Wed Dec 12, 2007 4:17 pm
by akj
@gnozal
Thanks for the topic reference.
I notice that the routines by both netmaestro and hss work under Windows ME for fonts already installed, so I'm happy.