Hello!
i have some problems at compiling with programmers notepad as editor.
my compiling tool, set up in programmers notepad:
Name: Compile
Command: D:\MinGW\bin\g++.exe
Folder: %d
Parameters: “%d%f” -std=c++0x -Wall -o %n.exe
Shortcut: F8
Save: this file
Tool change file: unchecked
and
Name: Run
Command: %d%n.exe
Folder: %d
Parameters: %?
Shortcut: F5
Save: none
Tool change file: unchecked
and if i press F8 for compiling, i get following error:
> "D:\MinGW\bin\g++.exe" "F:\installed_programms\main.cpp" -std=c++0x -Wall -o main.exe
> Prozess stopped. Code:1
> Time:00:00
and at running:
> "F:\installed_programms\main.exe"
> Failed to create process: Could not found this file.
> Prozess stopped. Code:0
> Time:00:00
Pls help me, thanks!







