On Mon, 27 Jun 2005, Charles Wilson wrote: > Your wrap program seems intended for a different audience: the end user > -- who might copy the "orginal" exe away to some other directory, and > put the wrap program in the original location -- thus leading to DLL > search issues, as you say.
Speaking of DLL search issues, the DLLs in the original location should be found with no problems. The only problems would be with DLLs that are moved with the real executable (which should be taken care of by adding the actual location to the PATH before exec'ing the real program) and DLLs that themselves need to be wrapped (not sure what the right solution would be -- see <http://cygwin.com/ml/cygwin-apps/2005-06/msg00136.html> for some suggestions). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT
