2009/3/27 乌兰巴根 <w...@ase.buaa.edu.cn>:
>  Hi guys,
>
>       I want to comoile the flightgear under VC2008 (or VC90). I download
> the src pakage and convert the vc80's project to vc90's, then compile
> sussesfully, but when run the exe, there is a erorr:
>
> can not find the MSVCR80.dll
>
> I am confused and  can not find the reason.
>
> anybody can tell me how to compile the flightgear by VC2008 under Windows
> XP?
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>
>

1) Check the linker options in Visual Studio. If there is a
"/manifest:no" option, remove it.

2) Is it possible that the pre-compiled library dependencies were
built with VC8 and so expect the VC8 runtime DLL? If true, that would
mean you must get the source to those external libraries and built
them yourself with VC9.

------------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to