User Tools

Site Tools


computer_tips:how_to_create_utf-8_winapi_application_using_mingw_toolchain

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computer_tips:how_to_create_utf-8_winapi_application_using_mingw_toolchain [2026/07/21 11:10] admincomputer_tips:how_to_create_utf-8_winapi_application_using_mingw_toolchain [2026/07/21 12:31] (current) admin
Line 35: Line 35:
 </code> </code>
  
-<code shell>+<code powershell>
 gcc -finput-charset=utf-8 -fexec-charset=utf-8 main.c -o main.exe gcc -finput-charset=utf-8 -fexec-charset=utf-8 main.c -o main.exe
 mt.exe -manifest app.manifest -outputresource:main.exe;#1 mt.exe -manifest app.manifest -outputresource:main.exe;#1
computer_tips/how_to_create_utf-8_winapi_application_using_mingw_toolchain.txt · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki