String table and "an unnamed file"
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
i am using unicode when displaying strings from the string table on a message box AfxMessageBox(IDS_MSG_STRING, ...); where IDS_MSG_STRING is an entry in the sting table, the following occure: 1- in debug mode: every thing foes nice. 2- in release mode: the message box pops up as usual but displaying the following string "an unnamed file". why is that and how to avoid it? thankx in advance
k_dehairy