5

i have a very curious problem, when i try to build with Visual Studio 2013.

Anyone can help me? What i'm doing wrong?

Original Message (German)

1>------ Erstellen gestartet: Projekt: npworpg, Konfiguration: Debug Win32 ------
1>LINK : fatal error LNK1117: Syntaxfehler in Option "VERSION:1.0.0".
========== Erstellen: 0 erfolgreich, 1 fehlerhaft, 0 aktuell, 0 übersprungen ==========

Translated

1>------ Creating started: Project: npworpg, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1117: Syntaxerror in Option "VERSION:1.0.0".
========== Created: 0 success, 1 error, 0 current, 0 skipped ==========
Mat
  • 202,337
  • 40
  • 393
  • 406
Adrian Preuss
  • 3,228
  • 1
  • 23
  • 43

1 Answers1

21

I've found the Problem!

On the Settings (Project > Settings > Linker) removing the "Version" entry.

Adrian Preuss
  • 3,228
  • 1
  • 23
  • 43
  • 7
    It is not mandatory to remove the "Version" entry. Version number should only be limited to MAJOR.MINOR (e.g "1.0"). – Jona Mar 02 '18 at 13:19