L
liu_liu
Unregistered / Unconfirmed
GUEST, unregistred user!
在做dll时,需要使用对话框的形式返回一些简单的信息给用户,
我是这样写的:
Application.MessageBox('保存成功','提示',MB_IconInformation+MB_OK);
但是,Dll在编译时不通过,错误信息为:
没有定义:MB_IconInformation
MB_IconInformation是数据Controls单元的,
我已经Use 了Controls,
为什么不行?
我是这样写的:
Application.MessageBox('保存成功','提示',MB_IconInformation+MB_OK);
但是,Dll在编译时不通过,错误信息为:
没有定义:MB_IconInformation
MB_IconInformation是数据Controls单元的,
我已经Use 了Controls,
为什么不行?