might be a stupid question, but where do i find the logs? I tried adding a system and 2 where failed to build:
"========== Rebuild All: 6 succeeded, 2 failed, 0 skipped =========="
invalid subsystem version number number; default subsystem version assumed
You can specify a version for the image's subsystem (/SUBSYSTEM). Each subsystem has a minimum version requirement. If the specified version is lower than the minimum, this warning will occur and the linker will just use the default subsystem.
Change the version number to a higher one and it'll disable the warning since it already chose the default version number on its own.
Just use Google to search for the LNKXXXX error / warning numbers and you'll find all on your own.
Change the version number to a higher one and it'll disable the warning since it already chose the default version number on its own.
Just use Google to search for the LNKXXXX error / warning numbers and you'll find all on your own.
Thanks for the help from the 450 warnings i managed to fix 300. But still the subversion5 warning is there. Can someone tell me at witch version he dont get the warnings
Thanks for the help from the 450 warnings i managed to fix 300. But still the subversion5 warning is there. Can someone tell me at witch version he dont get the warnings
Change the value of _WIN32_WINNT in stdafx.h
Here are the possible values
Quote:
0x0501 // Windows XP
0x0600 // Windows Vista
0x0601 // Windows 7
0x0602 // Windows 8
0x0603 // Windows 8.1
0x0A00 // Windows 10
Metin2 und Visual Studio Source.. 09/15/2016 - Metin2 Private Server - 0 Replies Tagchen,
ich habe derweil ein ziemlich ärgerliches Problem und bräuchte
die Hilfe von Erfahrenen Usern. Ich habe von den Kori Files
Version 1.3
Die Source vom Client sowie Server. Ich installierte mir also
Visual Studio 2008 und dann SP1 und danach wieder rum
Visual Studio 2015 Community. Das Problem was nun besteht
visual studio source code einfügen? 01/21/2015 - General Coding - 2 Replies hej leute, ich würde gerne einen bestehenden source code auf nem spiel benutzen, aber wie geht das genau? kann mir einer ein video schicken, oder sagen wie das geht bzw. wie man den aktiviert?
Source upgrade auf Visual Studio 2010 07/20/2014 - Flyff Private Server - 5 Replies Warnung 1 warning C4996: 'SymEnumerateSymbols': wurde als veraltet deklariert
Wie kann man es beheben?
Alternativen zu Visual Studio wegen Source 05/31/2011 - Flyff Private Server - 17 Replies Hallo Leute ich weis nicht wo das hingehört, also poste ich es hier hin: Ich möchte gerne die Source bearbeiten... Naja brauch man ja bekanntlich Visual Studio 2003... Dies kostet ja etwas, aber da ich das Geld nicht habe wollte ich fragen ob ich die Source auch einfach irgendwie mim Editor oder so bearbeiten kann?!? Eigentlich geht es am Ende nur über´s abspeichern, das alles in den richtigen dateien im Output ordner landet...
Wenn es da keine alternative gibt, kann man auch alles was man...