Linker Tools Warning LNK4097

duplicate name "name" in order file; using last one

Order files specify the order you want the linker to load your functions. In your order file, a function appears more than once, so the linker ignored all references to it except the last.

For more information on order files, see the /ORDER linker option.