Posted 08 January 2015 - 04:12 PM
SOLVED!
Hi! I have started to create an operating system and a adjoining API. In the OS it will try to install an app on the 'spine' API by executing
If you could take a quick peek at my code of both the OS and spine I would be very grateful.
OS (App installer function is on line ~160)
http://pastebin.com/u5v7THEy
Spine (App installer function is at the bottom)
http://pastebin.com/rezyBER6
Hi! I have started to create an operating system and a adjoining API. In the OS it will try to install an app on the 'spine' API by executing
spine.appInst(name,code)
but it returns the error included in the title.If you could take a quick peek at my code of both the OS and spine I would be very grateful.
OS (App installer function is on line ~160)
http://pastebin.com/u5v7THEy
Spine (App installer function is at the bottom)
http://pastebin.com/rezyBER6
Edited on 08 January 2015 - 06:40 PM