2012年3月31日

debugging information corrupt; recompile module

摘要: fatal error LNK1103: debugging information corrupt; recompile module 有可能就是库文件路径设置的问题,在tools->options->directories 将SDK的lib文件放到最下面,clean,rebuild all OK,问题解决了 阅读全文

posted @ 2012-03-31 21:52 狼爱上羊 阅读(249) 评论(0) 推荐(0)

c/c++操作Acces数据库

摘要: #include "stdafx.h"#import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile")#include <stdio.h>#include <iostream>using namespace std;void main(void... 阅读全文

posted @ 2012-03-31 17:27 狼爱上羊 阅读(258) 评论(0) 推荐(0)

导航