14.1.7 Linking with Libraries

After assembling your application's source files, you should link the assembled object files with the appropriate C-language libraries.

If the entire application is written in assembly language, you may need to add an external definition for the absolute symbol __acrtused in your application source file in order to link properly.