Files missing from source code #8

Closed
arklas5025 opened this Issue Apr 5, 2017 · 6 comments

Comments

Projects
None yet
2 participants

Hi, i wanted to complie from source code but i allways get many errors.
Could you upload the latest update of source files?

Many thanks!

Arklas

Owner

Blagodarenko commented Apr 6, 2017

Hi! Can you post list of missing files? As i remember, i'm upload whole project to Git

Owner

Blagodarenko commented Apr 7, 2017

Go to Project (you'll find it in the top menu) > Build Customizations...

And check the masm option.

Further, in some cases (like when working with x64), the linker might have some problems finding main. To solve that, you need to manually create an entry point by:

going to Project > Properties : [a dialog opens]
in the dialog, select "Configuration Properties" > "Linker" > "Advanced"
There you'll find a field called "Entry Point". If it is blank, open its drop down menu and select edit.
write "main" and click ok, and ok once again on the main dialog.
It should work fine after this

also check:
Right-click on the shabal.asm (in Solution Explorer)
Properties -> Configuration Properties -> General -> Item Type
Choose Microsoft Macro Assembler

Owner

Blagodarenko commented Apr 8, 2017

" i get only 1 error about missing file." - please post here errors
Do you use MSVC 2013?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment