questiontime 0 Newbie Poster

I dont have much experience with C++ but enough with the syntax to get my way around, i am currently on the book "Beginning game programming" by Michael Morrison...So i am pretty new to projects and linking source code together and whatnot...

The book doesnt really explain how to make the application (how to put the source code together) so all i do is start a new project and include (with the add to project feature) "GameEngine.h", "GameEngine.cpp", "Blizzard.h", "Blizzard.cpp", "Resource.h"

all this code if from the cd so it isnt a parse or syntax error, but this is the compiler error i get:

[Build Error] *** multiple target patterns. Stop.

Then it takes me to the MakeFile.win file and takes me to line 25 which contains:

$(BIN): $(LINKOBJ)

Any help would be greatly appreciated and few pointers on linking files together would be great too (Although i will search the forums as well :P)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.