摘要:
无论是点击窗体最右上角的“x”关闭按钮,还是通过调用form的close()函数来关闭我的窗体程序时都会出现如下错误提示: project project1.exe raised exception class eaccessviolation with message access violation at address 74df29ac. read of address 74df29......
摘要:
实在想不出这段代码有什么错? /* table reward */ create table reward( --id number(38) not null, student_id number(38) not null, levels varchar2(10) not null, rec_time date default sysdate not null, description ......
unresolved external symbol
这是什么错误,如何解决?急
NO.1 作者: masterz
your program need to link with Wininet.lib,
in your stdafx.h, add the following
#pragma comment(lib,"Wininet.lib")
NO.2 作者: xintiaf
#pragma comment (lib, "wininet.lib")
摘要:
如何获得vxd的控制权, 分数可以给!
......