Well, your 'other logon' is considered by jBASE as 'another user', hence that user will not see changes to any dll that has already been loaded into shared memory.
This is nothing new to jBASE as it has been this way for subroutines all along; on jBASE 5 (actually this all started on jBASE 4) it's just been extended to executables. If you want your 'other user' to see the 'other user' should do all development at an OS prompt. This way the dll will get loaded each and every time the program is run. On Sun, Apr 5, 2015 at 7:20 AM, Richard Kann <[email protected]> wrote: > But the dll thing is new in 5.x, correct. I have made changes when my > other logon was at TCL, Jsh) prompt and it will not run the new program > complied on my other account until I log off and on. > > On 4/5/2015 5:10 AM, Daniel Klein wrote: > > Not true for your session, only for other user's sessions who have the dll > open; they will have to log out to get the new version. > > On Thu, Apr 2, 2015 at 1:07 PM, Mark Hogden <[email protected]> wrote: > >> True - more or less - you need a new shell for certain. >> We start in an executed environment and then exit and re-enter that after >> compilation. >> Subroutines can be more problematical; sometimes requiring a logoff and >> on. >> The auto creation of a dll version of exe's is at the root of it. >> Originally I believe that there was going to be an environment variable >> that would turn the feature off. To the best of my knowledge it never >> materialized. >> >> >> >> -----Original Message----- >> From: [email protected] [mailto:[email protected]] On Behalf >> Of Richard Kann >> Sent: Thursday, April 02, 2015 7:37 AM >> To: [email protected] >> Subject: .3x vs 5.x >> >> Can someone out there confirm something for me. >> >> On my 3.x system I can modify and compile a program and then run it and >> it will run the modified program. >> >> On my 5.x copy I have to log off and back on to get it to run the new >> version. Is that true? If so this is going to be a real pain. >> >> Richard Kann >> Comp-Ware Systems >> >> -- >> -- >> IMPORTANT: T24/Globus posts are no longer accepted on this forum. >> >> To post, send email to [email protected] >> To unsubscribe, send email to [email protected] >> For more options, visit this group at >> http://groups.google.com/group/jBASE?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "jBASE" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> -- >> IMPORTANT: T24/Globus posts are no longer accepted on this forum. >> >> To post, send email to [email protected] >> To unsubscribe, send email to [email protected] >> For more options, visit this group at >> http://groups.google.com/group/jBASE?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "jBASE" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
