C++ Fundamentals compiler question

Hey Folks,

just quick question with regards to compiling with VScode and raylib. when following the tuts, I see the instructors builds give " build completed successfully. Mine won’t, Why?

it works fine and the program runs fine just wondering why?

Executing task: C:/raylib/w64devkit/bin/mingw32-make.exe RAYLIB_PATH=C:/raylib/raylib PROJECT_NAME=Hello OBJS=*.cpp BUILD_MODE=DEBUG <

mingw32-make Hello
make[1]: Entering directory ‘C:/gamedev/fundamentals/projects/Project1’
g++ -o Hello *.cpp -Wall -std=c++14 -D_DEFAULT_SOURCE -Wno-missing-braces
-g -O0 C:/raylib/raylib/src/raylib.rc.data -I. -IC:/raylib/raylib/src -IC:/raylib/raylib/src/external -L. -LC:/raylib/raylib/src -LC:/raylib/raylib/src -lraylib -lopengl32 -lgdi32 -lwinmm -DPLATFORM_DESKTOP
make[1]: Leaving directory ‘C:/gamedev/fundamentals/projects/Project1’

Terminal will be reused by tasks, press any key to close it.

Different terminals give different outputs, Stephen is using Powershell while by default most students will be using the Command Prompt (if running Windows).

Thanks.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms