C语言里面如何设置

来源:百度知道 编辑:UC知道 时间:2024/05/07 18:05:36
--------------------Configuration: m - Win32 Debug--------------------
Compiling...
mm.cpp
c:\documents and settings\jujumao.computer\桌面\m\mm.cpp(2) : fatal error C1083: Cannot open include file: 'bios.h': No such file or directory
执行 cl.exe 时出错

什么意思?怎么弄好????

把bios.h文件所在的路径加到cl命令的-I参数中。

if not used('帐号')
use 帐号 in 0
endif
select 帐号
if empty(thisform.text1.value)
messagebox('用户名不能为空,请输入用户名!',32,'数据精灵')
thisform.text1.setfocus
return
endif
locate for trim(用户名)==trim(thisform.text1.value)
if not found()
messagebox("无法确认此用户,请输入正确的用户名!",32,"数据精灵")
thisform.text1.value=""
thisform.text2.value=""
else
if trim(密码)==trim(thisform.text2.value)
messagebox("登陆成功,欢迎进入系统!")
do form zhucaidan.scx
thisform.release
*Do cd.mpr &&安装菜单系统
else
messagebox("密码错误")
thisform.text2.value=""
endif
endif
回答者:meiguoan - 秀才 三级 2-4 11:15
提问者对于答案的评价:很感谢,已经解决!!您觉得最佳答案好不好? 目前有 1 个人评价

100% (1)
0% (0)
相关问题
• VFP问题,按钮 查询 表 无法实现
• VFP问题:
• 关于数据库vfp问题