标题:读txt
取消只看楼主
jianweichief
Rank: 1
等 级:新手上路
帖 子:80
专家分:0
注 册:2007-7-18
 问题点数:0 回复次数:0 
读txt
创建的一个console程序,一直报错,高手给看看啊!

#include "afx.h"
#include "iostream.h"
#include "afxwin.h"

void main()
{
    CStdioFile file;
    if (file.Open("h:\\book\my project\CFileOpen\a.txt",CFile::modeRead))
    {
        CString str;
        for (;file.ReadString(str);)
        {
            AfxMessageBox(str);
        }
    }
}


错误提示:
Linking...
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Debug/newone.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

newone.exe - 3 error(s), 0 warning(s)
谢谢大家了!
搜索更多相关主题的帖子: txt 
2008-01-03 22:22



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-195749-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.798652 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved