Tracking programming - File Management

Anything QL Software or Programming Related.
Derek_Stewart
Font of All Knowledge
Posts: 3929
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Tracking programming - File Management

Post by Derek_Stewart »

I have no problems with all the interrupts being shut down, if you are only wanting that programme running.

How do I load programmes from a networked QL with the QL NET connection?


Regards,

Derek
User avatar
tofro
Font of All Knowledge
Posts: 2685
Joined: Sun Feb 13, 2011 10:53 pm
Location: SW Germany

Re: Tracking programming - File Management

Post by tofro »

There's actually no reason why a job shouldn't be able to disable interrupts and do all other sorts of dirty stuff ;) (After all, CALLed programs run in the context of a job as well, it's just always their S*BASIC owner job - typically job 0). There might be some issues when you have an interrupt handler in the job which will crash the machine when you don't properly remove the handler on the end of the job (or force-remove it), but Marcel has shown a work-around somewhere in this forum, I believe.


ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
User avatar
dilwyn
Mr QL
Posts: 2753
Joined: Wed Dec 01, 2010 10:39 pm

Re: Tracking programming - File Management

Post by dilwyn »

viewtopic.php?f=3&t=2151&p=39134&hilit=timer#p39134 (since it was my cock-up which Marcel kindly explained).


Post Reply