NO

Author Topic: Problem with stringtable  (Read 2462 times)

dancho

  • Guest
Problem with stringtable
« on: September 12, 2008, 06:59:39 PM »
Hi all,
so after creating new project (win32) and adding main.c (basic window stuff) file to it,
Im adding new resource -> new stringtable -> clicking file->save and and Save As dialog appear,
Im saving it as somename.rc and adding that rc file to my project, but
it doesnt ask me to save a header file for that stringtable (with identifiers for strings)...
So I have to do it manually,but
if you adding new icon like this new resource->new icon->save
two dialogs appear,one for saving rc file and one for saving header file (with define for that icon)...

Im wondering is this purposely behavior or some small bug,
because it would be nice if ide could generate header file too.

thx

// update

later I did figure out but I forgot to post here,so
after you filled stringtable go to View -> Resource Symbols and add names for stringtable ID,
click Save,and thats it...



« Last Edit: September 19, 2008, 07:45:07 PM by dancho »