Linker Tools Warning LNK4001

no object files specified; libraries used

The linker was passed one or more .lib files, but no .obj files.

Because the linker is not able to access information in a .lib file that it is able to access in an .obj file, this warning indicates that you will have to explicitly specify other linker options. For example, you may have to specify the /MACHINE, /OUT, or /ENTRY options.