help me with libs & xbox
#1
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
Reply
#2
i'm no dev but you could code it so a dynamic lib was loaded as a pragma section at startup or alternativ launch a python script,
but a other xbe is not possible
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
help me with libs & xbox0