Podczas końcowego etapu ustawień notpada++ zapisując komendy dla c++ takie jak:
npp_save
cd"$(CURRENT_DIRECTORY)"
g++"$(FILE_NAME)" -o (NAME_PART)
NPP_RUN $(NAME_PART)
przez pomyłkę zapisałem je z rozszerzeniem (.text) zamiast (.cpp) i teraz zapisywane pliki zostają w (.text)
problem tkwi w tym że nie mogę kodu c++ wyświetlić w oknie systemowym
w CONSOLE DIALOG pojawia sie opis:
NPP_SAVE: C:\Users\krzysztof\Desktop\new.h
cd"C:\Users\krzysztof\Desktop"
CreateProcess() failed with error code 2:
The system cannot find the file specified.
g++"new.h" -o (NAME_PART)
CreateProcess() failed with error code 2:
The system cannot find the file specified.
NPP_RUN: new
- the specified file was not found
================ READY ================
jak rozwiązać ten problem?
npp_save
cd"$(CURRENT_DIRECTORY)"
g++"$(FILE_NAME)" -o (NAME_PART)
NPP_RUN $(NAME_PART)
przez pomyłkę zapisałem je z rozszerzeniem (.text) zamiast (.cpp) i teraz zapisywane pliki zostają w (.text)
problem tkwi w tym że nie mogę kodu c++ wyświetlić w oknie systemowym
w CONSOLE DIALOG pojawia sie opis:
NPP_SAVE: C:\Users\krzysztof\Desktop\new.h
cd"C:\Users\krzysztof\Desktop"
CreateProcess() failed with error code 2:
The system cannot find the file specified.
g++"new.h" -o (NAME_PART)
CreateProcess() failed with error code 2:
The system cannot find the file specified.
NPP_RUN: new
- the specified file was not found
================ READY ================
jak rozwiązać ten problem?