Author Topic: -------------- Build: Debug in SayHello (compiler: GNU GCC Compiler)-----------  (Read 1607 times)

Offline New C++ programmer

  • Single posting newcomer
  • *
  • Posts: 1
I am getting the following error when trying to compile the program in Chapter 3. Book "C++ all-in-one, For Dummies"


-------------- Build: Debug in SayHello (compiler: GNU GCC Compiler)---------------

Target is up to date.
Nothing to be done (all items are up-to-date).


-------------- Run: Debug in SayHello (compiler: GNU GCC Compiler)---------------

Checking for existence: C:\Users\Thomas Burrows\Desktop\Thomas Information\c folder
\CPP_AIO4\BookI\Chapter03\SayHello\bin\Debug\SayHello.exe

Set variable: PATH=.;C:\Program Files\CodeBlocks\MinGW\bin;
C:\Program Files\CodeBlocks\MinGW;C:\Program Files\Microsoft\jdk-11.0.16.101-hotspot\bin;
C:\Program Files\Common Files\Oracle\Java\javapath;
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\System32;
C:\Windows;C:\Windows\System32\wbem;
C:\Windows\System32\WindowsPowerShell\v1.0;
C:\Windows\System32\OpenSSH;
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;
C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;
C:\Program Files\PuTTY;
C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn;
C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn;
C:\Program Files\Microsoft SQL Server\150\Tools\Binn;
C:\Program Files\Microsoft SQL Server\150\DTS\Binn;
C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn;
C:\Program Files\Azure Data Studio\bin;C:\Program Files\dotnet;
C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;
C:\Users\Thomas Burrows\AppData\Local\Programs\Python\Python39\Scripts;
C:\Users\Thomas Burrows\AppData\Local\Programs\Python\Python39;
C:\Users\Thomas Burrows\AppData\Local\Microsoft\WindowsApps;\;
C:\Users\Thomas Burrows\.dotnet\tools
Executing: "C:\Program Files\CodeBlocks/cb_console_runner.exe"
"C:\Users\Thomas Burrows\Desktop\Thomas Information\c folder\CPP_AIO4\BookI\
Chapter03\SayHello\bin\Debug\SayHello.exe" 
(in C:\Users\Thomas Burrows\Desktop\Thomas Information\c folder\CPP_AIO4
\BookI\Chapter03\SayHello\.)

Process terminated with status 32760 (0 minute(s), 4 second(s))
 
I get a new compiled program in the DEBUG folder:

C:\Users\Thomas Burrows\Desktop\Thomas Information\c folder
\CPP_AIO4\BookI\Chapter03\SayHello\bin\Debug\SayHello.exe

Nothing works under the BUILD or DEBUG drop downs



Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1563
Looks like your program is crashing.

Offline ElianGrady

  • Single posting newcomer
  • *
  • Posts: 1
    • getting over it
What do you think is the best way to do it?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1563
Profile spammer.
« Last Edit: February 16, 2024, 02:33:40 pm by Miguel Gimenez »