pb11.5 c/s b/s 出现问题
提示以下错误信息
---------- Unsupported features: (9:08:52)
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(catv).open.12 System function "beep" is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dhhm2.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dhhm2.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).mc_2.doubleclicked. Event "doubleclicked" of monthcalendar is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_bh.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_bh.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_xm.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_xm.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_zz.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_zz.losefocu
相关问答:
为什么C写的DLL文件C、PB能调用VB不能调用?
VB里为什么有的DLL直接通过引用可以使用?有的需要通过declare申明外部函数?这些DLL有什么差别?
1、为什么PB能通过DECLARE声明而VB不行?
2、如果这个dll中的 ......
#include <stdio.h>
#include <graphics.h>
void main()
{
int x0,y0,x1,y1,driver,mode,i;
driver=VGA;
mode=VGAHI;
initgraph(&driver,&mode,&qu ......
现在有关c++、c的书籍,那些书是较深层次的?请介绍几本?
#include <iostream>
using namespace std;
int funhion(int x, int y )
{
int m,n;
  ......
请问各位高手如何用C/C++获得系统未安装补丁
好像很专业的东西。。。
查注册表
每个补丁如果安装了都会在注册表里面登记
请问能不能更清晰些,我想用c\c++查出来,不好意思,我是新手。还望指教。谢
分值 ......