Search found 4 matches

by XxSpeedDemonxX
February 23rd, 2012, 3:30 am
Forum: Everything
Topic: ?Entry Point Error?
Replies: 2
Views: 2767

Re: ?Entry Point Error?

Yeah, that was the problem with my project. Thank you for the reply.
by XxSpeedDemonxX
February 23rd, 2012, 2:52 am
Forum: Everything
Topic: Random Name Generator (prefix + suffix)
Replies: 7
Views: 8018

Re: Random Name Generator (prefix + suffix)

Strange, when you try to make it cout<< into a prompt then you get some strange number and letter sequence /* DEVELOPER: John van den Elzen PROGRAM: Random Name Generator PURPOSE: Exercise C++ programming */ #include <iostream> #include <ctime> #include <string> using namespace std; int main(){ sran...
by XxSpeedDemonxX
February 23rd, 2012, 2:36 am
Forum: Everything
Topic: ?Entry Point Error?
Replies: 2
Views: 2767

?Entry Point Error?

For some strange reason I get an error on my projects suddenly(Might be something I forgot?).

Code: Select all

1>LINK : fatal error LNK1561: entry point must be defined
What exactly could be the problem?
by XxSpeedDemonxX
February 23rd, 2012, 2:13 am
Forum: Everything
Topic: FrameWork
Replies: 1
Views: 2705

FrameWork

Exactly how could I come about making a framework.(I do realize that there is Chili Framework, but I want to make my very own unique type of project.) I have a collision system coded and I have all the versions of Direct3D defined in my project, but I still am missing a lot to making my game. Anyone...