在Visual C ++ Express 2005中创建裸DWinLib程序 [英] Creating a bare DWinLib program in Visual C++ Express 2005

查看:64
本文介绍了在Visual C ++ Express 2005中创建裸DWinLib程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,先生,
我是VC ++.Net的初学者.现在我正在处理与VC ++.Net(2005)相关的项目.我下载了您的项目[
在Visual C ++ Express 2005中创建裸露的DWinLib程序
].并按照您的指示进行操作.当我为项目投标时,我遇到了错误.
1.)严重错误C1083:无法打开包含文件:" boost/config.hpp":没有此类文件或目录.

要解决此错误,我从'' http://sourceforge.net/projects/boost/下载了Boost库files/boost/1.42.0/boost_1_42_0.zip/ [ ^ ]".并将其保存到D:\ Programs \ BareApp \ boost中,然后在其他包含目录中将此路径(D:\ Programs \ BareApp \ boost)添加为 D:\ Programs \ utilities; D:\程序\ DWinLinExamples; D:\ Programs \ DWinLib \ WinControlWin; D:\ Programs \ DWinLib; D:\ Programs \ BareApp \ boost \ type_traits
但是当我重建我的项目时.它给出了同样的错误.请帮助我解决这个问题.谢谢.

问候,
Avdesh
印度
avdeshkataria@gmail.com

Hello Sir,
I''m beginer in VC++.Net.Now I''m working with a project related to VC++.Net(2005). I download your project [
Creating a bare DWinLib program in Visual C++ Express 2005
]. and follow the instructions that you given. When I buid the project I faced error.
1.) "fatal error C1083: Cannot open include file: ''boost/config.hpp'': No such file or directory.

To solve this error I download boost library from ''http://sourceforge.net/projects/boost/files/boost/1.42.0/boost_1_42_0.zip/[^]''. And saved this into D:\Programs\BareApp\boost.Then I add this path(D:\Programs\BareApp\boost) in the Additional Include Directories as D:\Programs\utilities;D:\Programs\DWinLinExamples;D:\Programs\DWinLib\WinControlWin;D:\Programs\DWinLib;D:\Programs\BareApp\boost\type_traits
But when i rebuild my project . It gives same error. Please help me to solve this problem .Thanks in advance.

Regards,
Avdesh
India
avdeshkataria@gmail.com

推荐答案

查找config.hpp文件所在的位置.
例如,如果文件位于D:\Programs\BareApp\boost\Files\boost\config.hpp中,则必须将D:\Programs\BareApp\boost\Files添加到其他包含目录中.
Find where the config.hpp file is located.
For example, if the file is located in D:\Programs\BareApp\boost\Files\boost\config.hpp you must add D:\Programs\BareApp\boost\Files to the Additional Include Directories.


这篇关于在Visual C ++ Express 2005中创建裸DWinLib程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆