03 2012 档案

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 狼爱上羊 阅读(250) 评论(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 狼爱上羊 阅读(260) 评论(0) 推荐(0)

修改OPENVPN日志窗口字体大小
摘要:最近在使用OpenVpn GUI觉得日志窗口字体太小,看了一下源代码,原来是CHARFORMAT 结构体设置不当... 于是,修改之 代码: BOOL CALLBACK StatusDialogFunc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam){ BOOL Translated; HWND hwnd... 阅读全文

posted @ 2012-03-26 15:55 狼爱上羊 阅读(1111) 评论(0) 推荐(0)

导航