迅雷下载库的网址:http://thunderplatform.xunlei.com 代码如下:// FileName: Download.h#pragma once#include “lib\XLDownload.h”#include “lib\XLError.h”#include // 下载队列的大小,决定同时开启下载线程的数量const int LIMIT = 2; struct Down{ // 解析出来的下载地址 CString strDownURL; // 保存的路径 CString strSavePath;}; struct Flag{