Skip to content

RC Strings

Compare
Choose a tag to compare
@Enache-Ionut Enache-Ionut released this 21 Aug 12:52
· 39 commits to master since this release
e232907

RC Strings 1.4.0

August 21, 2018

Improvements:

  • Value formatting now includes support for multi-line string separation and string literals.
    Current supported string literals are:
    • L"string"
    • R"(string)"
    • _T("string")
    • TEXT("string")
    • other combinations of the literals above

Bugs:

  • Id could be 0
  • Could not find resource.h if it was not lower-case only
  • Missing value crashed the extension