摘要:
如何关闭qq端口?
......
摘要:
我在msdn里下载了一个做分组报表的例子,但有一个地方不明白,在access中有shape命令,在sql中没有.请问如何才能把它搞成sql的. 贴出代码给你们帮我看一下. dim cn as new adodb.connection dim rs as new adodb.recordset dim cmd as new adodb.command dim rs1 as new adodb......
静态编译为.lib文件,错误:hh.res : warning LNK4221: no public symbols found; archive member will be inaccessible
有一个工程,要生成静态连接库,编译时总是提示如下:
hh.res : warning LNK4221: no public symbols found; archive member will be inaccessible
然后我利用:LoadImage(NULL, MAKEINTRESOURCE(IDB_BITMAP1),...
来载入资源,但是总是说我要找的资源没有在资源文件中。
NO.1 作者: woaini5994
你在生成连接库的时候是选择的什么类形的
是不是需要什么导出的 代码没有添加呀
学习
摘要:
table a id name toolsid 01 tom 001 02 jerry 002 03 gorrila table b id toolname 001 pen 002 paper 要得到 id name toolsid toolname 01 tom 001 pen 02 jerry 002 paper 03 gorrila 怎么做?
......