-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRT functions like printf
#2
Comments
This would be quite difficult to implement. Not only there are about 100 printf variations, there are also many different versions of crt. Also this won't work with statically linked crt for obvious reasons. |
Wait... This project is not a library for writing new programs? |
@be5invis It's for modifying existing programs. |
It's for both modifying existing programs and writing new ones. thcrap's components delibarately choose to use win32_utf8 internally while thcrap itself will inject it into other programs aka make other programs use win32_utf8 against their will |
On Windows 10, you can call |
However, we support older Windows, going back all the way to XP |
I know a few developers whom are targeting platforms like Wine and ReactOS, so adding support for these functions might be helpful to them. |
MSVCRT functions are separated into ANSI and UNICODE either.
The text was updated successfully, but these errors were encountered: