isabc:fatal error C1010: unexpected end of file while looking for precompiled header directive
我也遇到了同样的问题这到底是怎么回事啊 ( iloveyourf 发表于 2008-4-9 15:27:00)
fatal error C1010: unexpected end of file while looking for precompiled header directive ( isabc 发表于 2007-11-19 17:52:00)
对ADO操作封装的很好,楼主加油!!
不过会有内存泄漏,建议在ExitInstance加上delete g_pDb;
int CTeleApp::ExitInstance()
{
g_pDb->Close();
delete g_pDb;
return CWinApp::ExitInstance();
}
( YYhappy 发表于 2006-10-10 15:22:00)
怎么没有文档呢? ( Yin.Pu.CQIT 发表于 2006-9-17 18:45:00)
内存泄露比较多 ( king820802 发表于 2006-8-29 15:37:00)
内存泄露比较多 ( king820802 发表于 2006-8-29 15:31:00)
--------------------Configuration: Manager - Win32 Debug--------------------
Compiling...
ado.cpp
f:\个人帐户\manager\ado.cpp(2455) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\ado.sbr': No such file or directory
Error executing bscmake.exe.
Manager.exe - 2 error(s), 0 warning(s)
我也碰到了同样的问题,请问怎么回事
( kingtiger2002 发表于 2006-8-15 23:01:00)
编译通不过!!
Deleting intermediate files and output files for project 'Tele - Win32 Release'.
--------------------Configuration: Tele - Win32 Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ado.cpp
C:\Documents and Settings\UNKOWN\桌面\tele\ado.cpp(2455) : fatal error C1010: unexpected end of file while looking for precompiled header directive
Brow.cpp
Tele.cpp
TeleDlg.cpp
Update.cpp
Generating Code...
Error executing cl.exe.
Tele.exe - 1 error(s), 0 warning(s) ( shaoqiang 发表于 2006-6-20 13:58:00)
我刚刚研究了您的程序,发现了一个问题:如果我在增加记录的时候,输入字符中如果含有 ' 符号, 那么程序插入就会出错,不知道如何改进?????肯请知道的朋友告知
songric@126.com
( songric 发表于 2006-3-31 14:41:00)
.......................................................
--------------------next---------------------