-
-
[讨论] 凑个热闹VMP编译(v142 + SDK10.0 + Qt5.15.2 + .net48)
-
发表于:
2023-12-15 12:52
12464
-
[讨论] 凑个热闹VMP编译(v142 + SDK10.0 + Qt5.15.2 + .net48)
在现有环境vs2019环境下搭配Qt5.15.2去编译,省去安装过多的环境。
使用的是Qt5.15.2(VMProtect.vcxproj中路径设置C:\Qt\5.15.2),可以用来编译win32;
<
ItemGroup
>
<
BuildMacro
Include
=
"QTDIR"
>
<
Value
>C:\Qt\5.15.2</
Value
>
<
EnvironmentVariable
>true</
EnvironmentVariable
>
</
BuildMacro
>
</
ItemGroup
>
<
ItemGroup
>
<
BuildMacro
Include
=
"QTDIR"
>
<
Value
>C:\Qt\5.15.2</
Value
>
<
EnvironmentVariable
>true</
EnvironmentVariable
>
</
BuildMacro
>
</
ItemGroup
>
I:\VMP
├─bin
│ └─32
│ └─Debug
│ │ Qt5Cored.dll
│ │ Qt5Guid.dll
│ │ Qt5Helpd.dll
│ │ Qt5Sqld.dll
│ │ Qt5Widgetsd.dll
│ │ Qt5WinExtrasd.dll
│ │
│ └─plugins
│ ├─imageformats
│ │ qgifd.dll
│ │ qicnsd.dll
│ │ qicod.dll
│ │ qjpegd.dll
│ │ qtgad.dll
│ │ qtiffd.dll
│ │ qwbmpd.dll
│ │ qwebpd.dll
│ │
│ ├─platforms
│ │ qwindowsd.dll
│ │
│ └─styles
│ qwindowsvistastyled.dll
│
├─core
│ intel.cc
│ pefile.cc
│
├─runtime
│ │ precommon.h
│ │
│ └─VMProtect.Runtime
│ VMProtect.Netcore.csproj
│
├─vcproj
│ VMProtect.vcxproj
│
└─VMProtect
res.bat
I:\VMP
├─bin
│ └─32
│ └─Debug
│ │ Qt5Cored.dll
│ │ Qt5Guid.dll
│ │ Qt5Helpd.dll
│ │ Qt5Sqld.dll
│ │ Qt5Widgetsd.dll
│ │ Qt5WinExtrasd.dll
│ │
│ └─plugins
│ ├─imageformats
│ │ qgifd.dll
│ │ qicnsd.dll
│ │ qicod.dll
│ │ qjpegd.dll
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!
最后于 2023-12-15 13:58
被小调调编辑
,原因: