Hi,

Usually this error pops up if you did not install the correct MSVC C++
runtime libraries on the system you're executing the binary on.
Especially if you try to run a debug build on a different machines, as
MS does not allow you to distribute the debug runtime libraries. This
is not Wt specific, this is necessary for all programs compiled with
MSVC.

If you get this error when you're running Wt on the machine on which
you compiled the binary, this is weird, and I have not seen that
before (the compiler installation procedure installs the runtime
libraries). Can you use depends.exe to verify if all required DLL's
are correctly found? Did you see any warning messages about using
incompatible runtime libraries while linking?

Regards,
Wim.

2010/3/11  <[email protected]>:
>
> Hi,
>
> My Environment is:
>
>> OS: XP
>> IDE: Visual C++ 2..5 Express Edition
>> boost: 1.42
>> Wt: 3.1.1b
>
> I installed boost 1.42, and cmake Wt-3.1.1b compile progress is ok.
> no error, just some warnnings. then I want to run the hello.wt
> example, then an error happens:
>
>> Unable to start program 'g:\wt-web\wt-3.1.1b\build\examples\
>> hello\debug\hello.wt.ext'
>>
>> 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.
>
> I added an Macro _WIN_WINNT to the compiler preprocessor, and changed
> the '--http-address=0.0.0.0 --http-port=8080 --deploy-path=/hello
> --docroot=.'
>
> Does anyone have any idea, please tell me, thanks.
>
> ---
> B.R.
> Jiongliang
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to