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
When I compile this project with MinGW under windows I get this error:
C:\Qt\Tools\mingw810_32\bin\windres.exe:-1: error: C:/Users/marc/Documents/ThemeSupport-master/src/version.rc:64: syntax error
The line of code with the error is:
VS_VERSION_INFO VERSIONINFO
I'm guessing VS is something visual studio related (and I come from Linux world so no idea what this is or how to solve it) I tried commenting this out but every line afterwards generates the same type of error. If I remove all of the lines the compiler complains about "no resources"
The text was updated successfully, but these errors were encountered:
When I compile this project with MinGW under windows I get this error:
C:\Qt\Tools\mingw810_32\bin\windres.exe:-1: error: C:/Users/marc/Documents/ThemeSupport-master/src/version.rc:64: syntax error
The line of code with the error is:
VS_VERSION_INFO VERSIONINFO
I'm guessing VS is something visual studio related (and I come from Linux world so no idea what this is or how to solve it) I tried commenting this out but every line afterwards generates the same type of error. If I remove all of the lines the compiler complains about "no resources"
The text was updated successfully, but these errors were encountered: