I have developend an EXE that currently writes its error messages out into a log file. These strings are hard-coded in English. To enable my EXE for multiple languages I want to use resource files. but looks like .rsc file needs a .app file. My program is a non GUI program. Any hints on how I can do this ?
Raji