文章分类 -  poco

摘要:// 000.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>using namespace std;#include <vector>#include <assert.h>#include <fstream>#include "Poco/Net/MailMessage.h"#include "Poco/Net/MailRecipient.h"#include "Poco/Net/SMTPClientSes 阅读全文
posted @ 2013-01-07 13:43 魏桐 阅读(1768) 评论(0) 推荐(0)
摘要:解压然后在vc的控制台里运行需要编译的vc版本的bat即可 vc2010貌似得先运行buildwin,然后在vc里buildall,在每个包的目录里有对应的32、64的sln文件 win7下修改此文件快速添加相关路径设置C:\Users\Administrator\AppData\Local\Mic 阅读全文
posted @ 2013-01-07 13:28 魏桐 阅读(418) 评论(0) 推荐(0)