0

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++ で正常にコンパイルするためのまったく別の方法を知っている人はいますか?

4

1 に答える 1

1

私は Windows の専門家ではありませんが、dll を Windows 7 のどこかに配置する必要があることは知っていますC:/SystemC:/System32この質問を確認する必要があります。

Windows 7 64 ビットで DLL ファイルを登録するにはどうすればよいですか?

于 2012-11-05T10:31:13.690 に答える