<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.16659">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Ok, since seem to have issues with compiling 
executables into workable/running modules using certain distribution tools, if I 
try to implement certain bits of functionality, but, if I sort of split the 
pieces up into separate apps, and compile them separately, using different sets 
of tools, etc., then it's just possible they'll handle their specific bits of 
functionality, however, will still want to be able to pass sort of 
arguments/values back and forth during operation/while executing, so am 
considering something like passing the path to something like a pair of text 
files to the second app as a command line argument, and then during it's 
operations, it can check one of them as a sort of status update argument 
delivery method, and then when it's completed it's operations, it could first 
generate the second file to thus pass output values back to first app, which 
could, on it's own sort of monitor for the appearance of that second text 
file?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Alternatively, what would maybe be a better method 
for passing string/numeric values back and forth between two separate 
executables in this style/sense?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Something like peek/poke back in ooooold days, or 
something like writing values to windows registry?  Don't think that it 
should really be necessary, and think something as simple as either just passing 
values back and forth in temporary text files, or sqlite database files, or even 
just pickled python objects could do the trick, but, what do you guys 
think?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>TIA</FONT></DIV>
<DIV><FONT size=2 face=Arial><BR>Jacob Kruger<BR>Blind Biker<BR>Skype: 
BlindZA<BR>"Roger Wilco wants to welcome you...to the space janitor's 
closet..."<BR></FONT></DIV></BODY></HTML>