$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Program executable won't run using boost 1.40
From: Agustín K-ballo Bergé (kaballo86_at_[hidden])
Date: 2009-12-22 10:40:21
El 22/12/2009 07:28 a.m., Carles Fernandez escribió:
> And if i try to execute it directly from Visual Studio it says:
> /Unable to start program ...../..../example.exe/
> /This application has failed to start because the application
> configuration is incorrect. Review the manifest file for possible
> errors. Reinstalling the application may fix this problem. For more
> details, please see the application event log./
>
This problem usually means that the app has failed to locate and load a
dll. Basing on the example you point out, I would say Boost.Regex dlls
are missing.
Agustín K-ballo Bergé.-