首页上一页 1 下一页尾页 3 条记录 1/1页
关于《实战突击:Visual C++项目开发案例整合》中的问题
发表在C语言图书答疑
2012-04-27
是否精华
是
否
版块置顶:
是
否
我在自己电脑上运行了光盘上第18章的图书管理系统的源代码,发现运行有警告。把源代码stdafx.h文件中的
#import "C:\\program files\\common files\\system\\ado\\msado15.dll" rename_namespace("ADOBS") rename("EOF","adoEOF")
修改为
#import "C:\program files\common files\system\ado\msado15.dll" rename_namespace("ADOBS") rename("EOF","adoEOF")
仍然还有d:\visual c++项目开发案例整合(光盘)\mr\第18章 图书管理系统\源程序\debug\msado15.tlh(409) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
想请教下着个问题出在哪里
PS:运行后输入账号口令后就会弹出附件的那个警告
#import "C:\\program files\\common files\\system\\ado\\msado15.dll" rename_namespace("ADOBS") rename("EOF","adoEOF")
修改为
#import "C:\program files\common files\system\ado\msado15.dll" rename_namespace("ADOBS") rename("EOF","adoEOF")
仍然还有d:\visual c++项目开发案例整合(光盘)\mr\第18章 图书管理系统\源程序\debug\msado15.tlh(409) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
想请教下着个问题出在哪里
PS:运行后输入账号口令后就会弹出附件的那个警告