Kodi Community Forum
help me with libs & xbox - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: help me with libs & xbox (/showthread.php?tid=286)



- jippie - 2003-11-03

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

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