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
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
It is because the line
IDI_ICON1 ICON DISCARDABLE "resources\PluginName.ico"
in "PluginName.rc"
I'm guessing the \T gets treated as an escape character or something.
Changing it to /T works. for example:
IDI_ICON1 ICON DISCARDABLE "resources/PluginName.ico"
The text was updated successfully, but these errors were encountered:
It is because the line
IDI_ICON1 ICON DISCARDABLE "resources\PluginName.ico"
in "PluginName.rc"
I'm guessing the \T gets treated as an escape character or something.
Changing it to /T works. for example:
IDI_ICON1 ICON DISCARDABLE "resources/PluginName.ico"
The text was updated successfully, but these errors were encountered: