This project doesn't contain the Configuration and Platform combination of Release|Win32. [\src\UniversalInjectorFramework\UniversalInjectorFramework.vcxproj]
把工作目录转到上一级的./src也会报错:
error MSB4126: The specified solution configuration "Release|x64" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [\src\UniversalInjectorFramework.sln]
其实最主要是livemaker的汉化太nm难搞了,有没有人找到了简单一点的字体修改方法?
别人给你准备好源码了的编译是非常简单的,你用没用过 visual studio 都很简单
基本上就是安装visual studio社区版,官网有。新版大概就11g左右的安装量,下载好像就3g。都不需要打开VS,安装既附带了各种工具和相关环境设定。
cmd会用吗,了解一下怎么切换目录,用cd指令
找到有vcxproj的文件夹 这里的路径是src/UniversalInjectorFramework/
编译就一个指令msbuild /property:Configuration=Release
dll就会出现在release文件夹里
基本上已经是最简答的解释了,你去试试先。
我看了下作者的介绍,在主目录直接编译就行了(有sln文件)所有的功能都附带了。
gcc可以直接编译吗?笔记本1t就硬盘,有了vscode实在是不想装visual studio了
😅你发的这个git库并不只是c++的代码,是整个项目,要编译成dll,还有编译设定和 visual studio 带的预设文件需要读取
没有什么一键改成gcc编译的方法。你需要手动把代码整理成gnu工具链用的才行
vscode只是个编辑器和visual studio(完整开发环境)完全不是一个东西大佬
我硬件开发的环境装了一堆,软件方面只是偶尔跑个代码,实在是没必要为了编译个dll装vs,还不如研究下github自带的编译能不能用
github 自动编译报错:
This project doesn't contain the Configuration and Platform combination of Release|Win32. [\src\UniversalInjectorFramework\UniversalInjectorFramework.vcxproj]
把工作目录转到上一级的./src也会报错:
error MSB4126: The specified solution configuration "Release|x64" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. [\src\UniversalInjectorFramework.sln]
vs他那配置也不能说配置好了吧?我vs搞完之后,啥编译器都要自己设定