csgo/sdk

LNK1561: entry point must be defined

intexception opened this issue · 1 comments

yeah as said above

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!