随笔分类 -  Error处理

摘要:问题:只导出getServerObjects @1,无错误,添加updateServiceObject后报错,dll 的def文件如下:1 LIBRARY "lbcd"2 3 EXPORTS4 getServerObjects @15 updateServiceObject @2错误如下:lbcd.def : warning LNK4022: cannot find unique match for symbol 'updateServiceObject'1>lbcd.def : warning LNK4002: "void __stdcal 阅读全文
posted @ 2012-10-07 16:38 good90 阅读(481) 评论(0) 推荐(0)
摘要:今天在VS2005下用MFC准备给一control button添加控件事件,双击提示“无法执行添加移除操作,因为代码元素“CODBCDLG”是只读的”,打开google一搜索,具体原因还不太清楚,可能是vs的bug,解决方法如下:“I run into this problem a couple of times a month.Workaround: Delete the .ncb and .suo files. Rebuild all. Wait for Intellisense to complete.I had a button control I was trying to add 阅读全文
posted @ 2012-03-04 14:30 good90 阅读(251) 评论(0) 推荐(0)