下载安装虚拟光驱daemon410-x86.exe,下载vc6.0 iso文件V_VSE600ENU1.iso,之后在虚拟光驱里安装;
2安装psdk
到微软官网下载sdk,至于下载那个版本要看自己的系统,网上好多介绍如何选择合适的sdk的帖子;
下载后
运行文件夹里setup文件夹里的CoreSDK-x86.msi(应该是对应的intel的cpu)安装,并安装里面所有项(我不具体清楚Strsafe.h在那个项里
)。安装结束后会在安装的目的文件夹里产生include和lib文件夹,到这里就行了。
3在vc6.0中关联psdk;
在vc6.0 菜单Tools\Options\Directoires include files 和 Library files 下添加PSDK中include 和 Lib
ok;
SDK简介
SDK is short for Software Development Kit , which provide development kit for engineer to develop some specific softvare;
refering to SDK, we must make the DLL and API clear;
DLL is the Dynamic link library, DLL is a executing file,but it can't execut independently ,when we executing a EXE file,the exe
file will dynamically link the DLL file,
API is supplyed by system ,it can be called by application, and DLL fill include lots of API;
to using som

本文详细介绍了在Windows系统下如何安装Visual C++ 6.0(vc6.0)以及Platform SDK(psdk)。首先,通过虚拟光驱软件Daemon Tools加载并安装vc6.0的ISO镜像文件。接着,从微软官网下载对应系统版本的SDK,安装时需包括所有组件,特别是包含Strsafe.h的项。安装完成后,在VC6.0的设置中添加PSDK的include和lib路径,完成关联。SDK是软件开发工具包,提供开发特定软件所需的工具,通常包含DLL动态链接库和API,API通过.lib和.h文件调用,编译时使用.lib,运行时链接.DLL。
最低0.47元/天 解锁文章
2061

被折叠的 条评论
为什么被折叠?



