csgo / sdk

141 stars 28 forks source link

LNK1561: entry point must be defined #16

Open intexception opened 3 years ago

intexception commented 3 years ago

yeah as said above

vk-nom commented 3 years ago

image I see you have alot of knowledge of C/C++ and assembly languages but you dont know how to fix this simple error? I would suggest learning more about how visual studio compiles code that may help you fix other errors like this ON YOUR OWN.

Solution: image Change that to this: image

Also change this: image To this: image

It's fairly easy to fix things like this, just look around your code and environment and I assure you youll find the answer easily. Have a good one!