unicode - Visual Studio C++ Combo Box Control does not work with Multi-Byte Character Set -


i have visual studio 2005 c++ mfc project utilizes combo-box control. property type = dropdown. project in unicode , combo box control worked expected. had change character set unicode multi-byte character set compatible classes/libraries available in special engineering package, measurement studio national instruments. upon doing noticed combo box no longer work (i.e. no drop down menu). confirm finding created empty project 1 dialog , combo box control on it. no code in background. if "test dialog" in editor works expected. if run program (whether or without debugging) behavior described above. if change character set unicode runs fine. side note, noticed appearances of of buttons in original project changed after switching multi-byte did not test functionality.

is there known reason why combo box control's functionality affected chosen character set? thanks.

i presume you're using resource editor populate drop-down, rather code? prefilled data stored in resource file in binary form, , won't converted when change type of project unicode multibyte. try deleting of strings resource , re-entering them.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -