SciTe and VS2012 Compiler

543 Views Asked by At

Currently is seems like SciTe is trying to compile with g++ but I need it to compile with the vs compiler. how do I make it do this? its giving me this compiler error:

'g++' is not recognized as an internal or external command, operable program or batch file.

1

There are 1 best solutions below

1
On

You need to open cpp.properties file (Menu > Options > Open cpp.properties) then change command.compile.$(file.patterns.cplusplus) property to match your environment, which is set to gcc/g++ by default.