http://iitdu.forumsmotion.com/t108-gcc-compiler-in-notepadの指示に従う
ただし、提供されたコード(以下)を使用して NPPExec を実行すると、ld.exe は linintl-8.dll が見つからないことを示す警告を表示します。
// The script code, C source code compiling with GNU CC (GCC) in notepad++ (by "NppExec" plug-in) and compressing with UPX...
//
// Enable? "//" signs remove in code line.
// Sample: C:\Program Files\CodeBlocks\MinGW\bin\gcc.exe "$(FULL_CURRENT_PATH)" -o $(NAME_PART)
YOUR_GCC\BIN\_PATH_HERE\gcc.exe "$(FULL_CURRENT_PATH)" -o $(NAME_PART)
// UPX Compress (with "--best, --ultra-brute" options)
// Enable? "//" signs remove in code line.
// Sample: C:\WINDOWS\system32\upx.exe --best --ultra-brute $(NAME_PART).exe
YOUR_UPX_PATH_HERE\upx.exe --best --ultra-brute $(NAME_PART).exe
それでも、linintl-8.dll が mingw の bin ディレクトリにあることがわかります。
この問題を解決する方法、または C を notepad++ で正常にコンパイルするためのまったく別の方法を知っている人はいますか?