Hi,
I was wondering if there's a way to create a string resource using a manual Win32 command. I don't want to use an .rc file in my project, and I need to get an identified for a string, that can be loaded through LoadString. Normally, I would define such a string in the string table, but I haven't found a way to do it manually.
Thanks