I have a MFC application and I write the following code lines:
CEdit wnd;
wnd.stw
The Suggestions I get with the matching function names is SetWindowTextW. That is in fact correct. I have a Unicode project, but I don't want to see the W at the end. SetWindowText should be the correct suggestions. Same with gwt or gwtl
Greetings Martin
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
Yes. Thank this helps here. Are there any drawbacks?
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
For some people the IDE's intellisense parser is more accurate than our parser, when it comes to what to put into a listbox. Also the IDE filters out private / protected members automatically when they are not visible. We are looking to do this as well, but it hasn't happened yet.
Hopefully you won't see too many major changes, and changing the setting will help.
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming