CodeBlocks - wlshiu/my_note GitHub Wiki
-
printf chinese
settings-->Compiler-->Other compiler options Add: -finput-charset=UTF-8 -fexec-charset=UTF-8 -
Link
*.lib當成
*.a連接 -
Link
*.DLL-
Add
xxx.dll.aSettings -> Compiler -> Linker settings -> Add
xxx.dll.a -
Copy
xxx.dlltobin/Debug
-
-
External tool
Name: nppExecutable: C:\tool_portable\Notepad++\notepad++.exeParameters: ${ACTIVE_EDITOR_FILENAME}Working Directory: empty- select
Launch tool visible detached (without output redirection)
-
使用 mingw 的拓展工具
mingw-utils -> reimp$ reimp d3d8.lib # 就會生成一個 libd3d8.a 檔案 -
reference