G++.exe: No such file or directory

Folks, I am getting this error.... G++.exe (No such file or directory).

this is what its says:

Compiler: Default compiler
Building Makefile: "C:\Programme\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include\Makefile.win"
Executing make...
make.exe -f "C:\Programme\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include\Makefile.win" all
g++.exe project5555.o -o "Project5555.exe" -L"C:/Dev-Cpp/lib" -L"C:/Programme/National Instruments/NI-DAQ/Lib" -L"C:/Programme/National Instruments/NI-DAQ/Include" -lnidex32 , -lnidaq32

g++.exe: ,: No such file or directory

make.exe: *** [Project5555.exe] Error 1

Execution terminated


I am using Dev C++......Please help me to compile this program.
Last edited on
http://www.cplusplus.com/forum/articles/36896/

Program not on %PATH% or not installed.
Topic archived. No new replies allowed.