Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 4b0efe979f2989a12e8dc7b321027c2fa8487861 Size: 16.27 KB File Format: vb
Rating: 2.347826086
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 322 License: Free
Unicode String Decorator is a free software by Giovanni Dicanio and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Unicode String Decorator which is 16.27 KB in size and belongs to the software category Other Programming Files. Unicode String Decorator was released on 2010-09-23 and last updated on our database on 2017-02-28 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Unicode String Decorator Description
Unicode String Decorator was developed to be a macro for Visual Studio, that decorates strings in C/C++ source code, to make them Unicode-aware, using _T() or TEXT() decoration. This is a macro for Visual Studio, that allows decorating C/C++ string literals in source code, to make string literals Unicode-aware. It is possible to decorate using _T() or TEXT().
See comments in the beginning of the source code for more details on macro usage. (This macro also supports Undo.) I developed this macro using Visual Studio 2008, but I think it should work also with previous versions of Visual Studio IDE (like Visual Studio 2005).
Suppose that you are in source code, and you have just finished typing a string literal: "hello" if you assign that macro to a short-cut key (e.g. CTRL+), if you type that short-cut key on the keyboard, the string gets decorated, e.g. _T("hello")System requirementsVisual Studio