C++ Build Error

Posts 112 of 12 · Page 1 of 1
C++ Build Error
Any body can help me with a error ?

1>LINK : fatal error LNK1561: entry point must be defined
When I create a empty project this error appears.

But When I pick a ready base this error don't appears.

Sorry the English.
I don't speak perfectly.
are you setting it to multibyte not unicode?
Quote Originally Posted by NOOBJr View Post
are you setting it to multibyte not unicode?
WTF??... *Slap you AND your father*(should know better)


It says Entry point not define,... Do you have an Entry Point?
Quote Originally Posted by topblast View Post


WTF??... *Slap you AND your father*(should know better)


It says Entry point not define,... Do you have an Entry Point?
leave my dad out of this
Quote Originally Posted by NOOBJr View Post


leave my dad out of this
ok I just double Slap you.
So I resolved this shit.
//Request Closed.

THX for all.
Quote Originally Posted by Templar View Post
So I resolved this shit.
//Request Closed.

THX for all.
Dont say it, CLICK IT :O
Quote Originally Posted by topblast View Post


Dont say it, CLICK IT :O
I know sir.
I am not a leecher.
Jajajajajajajajajajajaj
You need a "main" function. Otherwise there is no start to the program.

int main(void)

int main(int argc, char ** argv)
Quote Originally Posted by CodeDemon View Post
You need a "main" function. Otherwise there is no start to the program.

int main(void)

int main(int argc, char ** argv)
i thinks its a DLL.

Yea Put int Main the the DLL

Why didnt i think of that and you can switch between file extensions :O
go to project>(project name) properties>configuration properties>configuration type>DLL
Quote Originally Posted by kibbles18 View Post
go to project>(project name) properties>configuration properties>configuration type>DLL

what?
Posts 112 of 12 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?