Its a PE file.
I am getting LNK 1120 and LNK 2019.
I googled both errors and it seems that there are a whole bunch of reasons for that error.
LNK 1120 occurs in the same cpp file that my code is pasted in.
LNK 2019 occurs in MSVCRTD.lib (crtexew.obj)
The problme is: I dont have that file. I never created a file like that.
Looking at my code i dont understand how there is anything wrong with it.
I didnt declare any functions that are not defined.
This is how the rest of my project looks like.
This is what i included inside of stdafx.h : http://pastebin.com/VLa7LBx2
The reason i am unable to solve this issue is because the file/symbol that my error refers to doesnt exist. I checked the path and search throughout my whole external dependencie folder. There is not a single file/symbol or function with any of the names.