You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To preface this is my first attempt at compiling anything from source and I have 0 knowledge of these languages.
I generated the solution using Visual Studio 17 2022 in Cmake. I then was attempting to build the solution in Studio (did not change any of the default settings) but got the following error:
14>McRecoverQApplication_win32.obj : error LNK2019: unresolved external symbol "void __cdecl qWinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int,int &,class QVector<char *> &)" (?qWinMain@@YAXPEAUHINSTANCE__@@0PEADHAEAHAEAV?$QVector@PEAD@@@Z) referenced in function WinMain
14>C:\Users\xxx\Downloads\mcrecover\build\bin\Debug\mcrecover.exe : fatal error LNK1120: 1 unresolved externals
14>Done building project "mcrecover.vcxproj" -- FAILED.
I saved the entire Studio output if that would be more helpful. Everything else that was set to be built by default was built successfully.
The text was updated successfully, but these errors were encountered:
To preface this is my first attempt at compiling anything from source and I have 0 knowledge of these languages.
I generated the solution using Visual Studio 17 2022 in Cmake. I then was attempting to build the solution in Studio (did not change any of the default settings) but got the following error:
I saved the entire Studio output if that would be more helpful. Everything else that was set to be built by default was built successfully.
The text was updated successfully, but these errors were encountered: