$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-01-22 12:31:15
Steven Woody wrote:
> Hi folks,
> but the resulting RegexSample.exe can not run properly -- it simply
> exist with an error code ( 53 ) and do nothing for me.
Exit code 53 appears to indicate a missing DLL: you probably need to set
LD_LIBRARY_PATH so that the dll's can be found.
HTH, John.