#include
I have this message when i boot up my ultra 60 system( dual 450 cpu, 2 gb memery, solaris 9) after no time no use. the screen flash to ajust the resolution and then this message(can't open input device) alone comes in, and can't go any further from that point. System won't respond to keyboard or mouse. i have search this forum and tried STOP-A, didn't seem to work. Before i powered on the sy...
CC=CC buildclient -o ct_cntr_ageing_list -f "ct_cntr_ageing_list.o ois_db_func.o ois_time_func.o" -l "-L/opt/ilog/dblink/lib/sparc_5_5.0/static_pic_mt -ldbov7 -L$ORACLE_HOME/lib -lclntsh -lsql -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 `cat $ORACLE_HOME/lib/sysliblist` -lm -lthre...
在龚建伟的《串口调试助手vc源程序及编程详细过程》的这篇文章中有这么一句话 3.利用ClassWizard定义CMSComm类控制对象 打开ClassWizard->;Member Viariables选项卡,选择CSCommTestDlg类,为IDC_MSCOMM1添加控制变量:m_ctrlComm,这时你可以看一看,在对话框头文件中自动加入了//{{AFX_INCLUDES() #include "mscomm.h" //}}AFX_INCLUDES (这时运行程序,如果有错,那就再从头开始)。 当我打开Member Viariables选项卡后...