C++ Build ErrorAny 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.
Originally Posted by NOOBJr 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?
Originally Posted by bruno2204 So I resolved this shit. //Request Closed. THX for all. Dont say it, CLICK IT :O
Originally Posted by topblast 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
Originally Posted by topblast 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)
Originally Posted by CodeDemon 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
Originally Posted by kibbles18 go to project>(project name) properties>configuration properties>configuration type>DLL what?