Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

When plugin name starts with a "T" it causes a build error. #45

Open
abaga129 opened this issue Aug 20, 2015 · 0 comments · May be fixed by #112
Open

When plugin name starts with a "T" it causes a build error. #45

abaga129 opened this issue Aug 20, 2015 · 0 comments · May be fixed by #112

Comments

@abaga129
Copy link

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"

@tesselode tesselode linked a pull request Mar 25, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant