PDA

View Full Version : help me with libs & xbox


jippie
2003-11-03, 10:58
hi,

i have had this idea for a while but i'm not good enough to know how to do this, so i thought i ask here as you guys are some of the best codes on the xbox.

is is possible to make a lib(or something else) which can be loaded at run time?

lib
--
func_a
func_b

xbox_xbe
--

while(not quit)
{
call func_a()
quit = func_b()
}

something like this, a bit like a dll really??

a very simple example would be great or just point me in the right direction..

thx

jippie

Gamester17
2003-11-03, 14:00
i'm no dev but you could code it so a dynamic lib was loaded as a pragma section (http://www.xboxmediaplayer.de/cgi-bin/ib31/ikonboard.cgi?act=st;f=3;t=4885) at startup or alternativ launch a python script,
but a other xbe is not possible