-
Notifications
You must be signed in to change notification settings - Fork 0
CodeBlocks
Wei-Lun edited this page Nov 23, 2023
·
6 revisions
-
printf chinese
settings-->Compiler-->Other compiler options Add: -finput-charset=UTF-8 -fexec-charset=UTF-8
-
Link
*.lib
當成
*.a
連接 -
Link
*.DLL
-
Add
xxx.dll.a
Settings -> Compiler -> Linker settings -> Add
xxx.dll.a
-
Copy
xxx.dll
tobin/Debug
-
-
External tool
-
Name
: npp -
Executable
: C:\tool_portable\Notepad++\notepad++.exe -
Parameters
: ${ACTIVE_EDITOR_FILENAME} -
Working Directory
: empty - select
Launch tool visible detached (without output redirection)
-
-
使用 mingw 的拓展工具
mingw-utils -> reimp
$ reimp d3d8.lib # 就會生成一個 libd3d8.a 檔案
-
reference