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

user settings and encap

 [1/5] from: mattsmac::hotmail at: 6-Oct-2003 8:59


Probably a dumb question, but how do you incorporate your user.r settings into your exe file when you use encap. Using a standard #include statement doesn't seem to work. Matt _________________________________________________________________ High-speed Internet access as low as $29.95/month (depending on the local service providers in your area). Click here. https://broadband.msn.com

 [2/5] from: greggirwin:mindspring at: 6-Oct-2003 8:55


Hi Matt, MM> Probably a dumb question, but how do you incorporate your user.r settings MM> into your exe file when you use encap. Using a standard #include statement MM> doesn't seem to work. I've never tried to do that. What error do you see, and is there anything unusual in your user.r file? Is the goal to include *your* user.r file, or to have the encapped app work like View, where it creates a default file on install that can then be updated? -- Gregg

 [3/5] from: mattsmac:ho:tmail at: 6-Oct-2003 13:56


Ok, I figured it out. There was just something else in my code that was overridding the include statement or something. The reason I wanted to include the user settings was so that I could send email out of the compiled program without having to drag the user file around with it. Thanks though, Matt
>From: "Matt MacDonald" <[mattsmac--hotmail--com]> >Reply-To: [rebol-list--rebol--com]
<<quoted lines omitted: 11>>
>To unsubscribe from this list, just send an email to >[rebol-request--rebol--com] with unsubscribe as the subject.
_________________________________________________________________ Instant message during games with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com

 [4/5] from: greggirwin::mindspring::com at: 6-Oct-2003 12:27


Hi Matt, MM> The reason I wanted to include the user settings was so that I could MM> send email out of the compiled program without having to drag the MM> user file around with it. You can just use SET-NET directly if that's what you want to do. -- Gregg

 [5/5] from: mattsmac:h:otmail at: 7-Oct-2003 9:14


I wanted to actually include the file so that when i need to change the user settings I can just edit the user file and then recompile the programs, rather than changing the line in each one. I have a DOS batch file that compiles all of the scripts for me, so this makes it alot easier to change the settings. Thank You, Matt Hi Matt, MM> The reason I wanted to include the user settings was so that I could MM> send email out of the compiled program without having to drag the MM> user file around with it. You can just use SET-NET directly if that's what you want to do. -- Gregg _________________________________________________________________ High-speed Internet access as low as $29.95/month (depending on the local service providers in your area). Click here. https://broadband.msn.com

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted