Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Strange behavior

From: gregg:pointillistic at: 1-Oct-2008 10:43

Hi Bo, asn> REBOL executables running as a service are moderately to severely asn> "sterilized". Executables launched from a service-launched REBOL asn> executable generally cannot display their interface and interact with asn> the operating system in a normal manner. Are you using Doc's service tools? http://softinnov.org/rebol/nt-services.shtml What OS? My guess would be that it's related to the inherited security descriptor for the process, but that's just a guess. You might be able to do it with CreateProcess, where you can affect the security descriptor. Doc and Gab's async-call stuff may also help you work around the problem. -- Gregg