杨玉森 发表于 2017-10-6 13:18:30

VC++6.0 编译的问题! 求大神 帮帮忙!


#include "ClientSocket.h"
#include "KernelManager.h"
#include "login.h"
#include "until.h"
#include <io.h>
#include "resource.h"
#include <shlobj.h>
#include <tlhelp32.h>
#include <Psapi.h>
#pragma comment(lib,"Psapi.lib")
#include "Shellapi.h"
#include <TLHELP32.H>
#include <aclapi.h>
#include "wininet.h"
#include "Win7.H"
#import "msxml.dll"   这里出现错误了!
#import "msxml2.dll"
//////////////////////////////////////////////////////////
////////////////////////////////////////////////
char        *lpszHost = NULL;
        DWORD        dwPort = 80;

CHAR MyCurrentPath={NULL};
static BOOL FuckCracker=TRUE;
//                CRITICAL_SECTION g_cs;


: fatal error C1083: Cannot open type library file: 'msxml.dll': No such file or directory
Generating Code...
执行 cl.exe 时出错.

浮尘 发表于 2017-10-6 18:16:15

你是玩源码免杀??

让导弹飞 发表于 2017-10-6 18:51:48

缺少msxml.dll

杨玉森 发表于 2017-10-7 00:01:20

让导弹飞 发表于 2017-10-6 18:51
缺少msxml.dll

大神   我去网上下载了一个    但是 还是不行怎么办呀!

360急救箱 发表于 2017-10-7 09:42:20

小七的源码?

bxzd110 发表于 2017-10-7 10:58:42

非常感谢。。。

让导弹飞 发表于 2017-10-7 19:25:25

杨玉森 发表于 2017-10-7 00:01
大神   我去网上下载了一个    但是 还是不行怎么办呀!

你目录没放对吧
页: [1]
查看完整版本: VC++6.0 编译的问题! 求大神 帮帮忙!