I am wanting to setup multiple icon's on the desktop to my application, with
a different startup folder indicated in each icon.  The ooRexx application has
the resources compiled and uses symbolic IDs throughout.  The problem I
have is these IDs need to be resolved at execution time and I use the
.application~useGlobalConstDir("O","my.h") in the startup to resolve these
IDs.  Short of copying the .h file to each folder pointed to by the "Startup Folder"
of the icon, is there another way to handle this?  If there is a way to change
the directory of where the useGlobalConstDir looks for the .h to be the
same directory where the ooRexx program is loaded from, I think that would
solve my problem.  The base problem I am looking to solve is to allow the
user to easily select the default folder for the application data files without
them having to enter or select that information when they run the application.

--
 Art Heimsoth - artst...@artheimsoth.com
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to