使用我在 stackoverflow 上找到的指令,我尝试使用 NppExec 编译我的 C 文件、运行它们并显示它们的输出,所有这些都在 Notepad++ 中。
但是,当我尝试使用它时,我在控制台中收到此错误消息(见下文)。
有谁知道我如何解决这个问题?
TIA罗杰
这些是我遵循的说明:
我正在使用 MinGW 编译器。
转到插件-> NppExec-> 执行
把这个粘贴到那里
NPP_SAVE
CD $(CURRENT_DIRECTORY)
C:\MinGW32\bin\gcc.exe -g "$(FILE_NAME)"
a (请记住将以上四行分开。)
现在,给出名称,保存并确定。
重启 Npp。
转到插件-> NppExec-> 高级选项。
菜单项-> 项目名称(我有 C 编译器)
关联脚本-> 从组合框中选择上述脚本名称。
单击添加/修改和确定。
现在分配第一个答案中给出的快捷键。
Current directory: C:\Users\Roger\Documents\Personal\UNB\F19\CS2263\Programs
C:\MinGW32\bin\gcc.exe -g "playStack.c"
; about to start a child process: "C:\MinGW32\bin\gcc.exe -g "playStack.c""
CreateProcess() failed with error code 2:
The system cannot find the file specified.
a
; about to start a child process: "a"
CreateProcess() failed with error code 2:
The system cannot find the file specified.