Hello,
if the "Unresolved External Symbols" are referring to your strings, then it seems that the C file (that contains the strings - e.g. strings.c) is not a member of your Visual Studio project.
Can you ensure / verify that all generated C files are part of your project?
The library ewrte.lib is automatically linked to your project when you add the file ewrte.c.
By the way: Within the provided examples (e.g. Documents\Embedded Wizard 9.00\Examples\StringTable) you will find a ready-to-use Visual Studio project. Does this work?
Best regards,
Manfred.