Antonino Di Guardo

Results 391 comments of Antonino Di Guardo

> It does compile in debug mode if you use CMake. I have the latest cmake (3.29) version installed with VS 2022 and set VS to use CMakePresets.json file (that...

> You can debug with the source code in release in visual studio as far as I recall and as people have pointed out, you can compile in debug mode...

the cmake files seem to need some changes to work on Windows 11 and VS 2022. 3rd party libs are not properly found

> Change the preset to this and set environment variable `CMAKE_PREFIX_PATH=C:\Qt\6.7.3\msvc2019_64`. > > ``` > { > "name": "msvc", > "displayName": "Windows x64", > "generator": "Visual Studio 17 2022", >...

@oltolm submodule should be updated. However fixed with the zip file you provided. But now the issue is on QT. Although QT are properly installed and `QTDIR` env variable is...

> Set environment variable `CMAKE_PREFIX_PATH=C:\Qt\6.7.3\msvc2019_64`. my mistake. I set it to `C:\Qt\6.7.3\msvc2019_64\` instead of `E:\Qt\6.7.3\msvc2019_64\`

getting a linking error: ``` Severity Code Description Project File Line Suppression State Details Error LNK1104 cannot open file 'LLVMIntelJITEvents.lib' M:\console\git\rpcs3_diga\build-msvc\rpcs3_diga M:\console\git\rpcs3_diga\build-msvc\LINK 1 ``` EDIT: fixed. I will provide a...