Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LNK1561: entry point must be defined #16

Open
intexception opened this issue Jun 10, 2021 · 1 comment
Open

LNK1561: entry point must be defined #16

intexception opened this issue Jun 10, 2021 · 1 comment

Comments

@intexception
Copy link

yeah as said above

@vk-nom
Copy link

vk-nom commented Jun 16, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants