Illumine fly sources

07/29/2017 12:47 Appocalypse007#1
Hi, i have a little problem with these sources (compilling it with vs2017):

"unresolved external symbol _fscanf referenced in function _read_number"

Somebody know how to fix it please?

Using Visual Studio 2017 Community Edition / SQL Server 2014 Express
Installed MFC by right clic on the AccountServer project (reloading project)
Changed SDK version to 10.0.15063.0 (from 8.1)
Using VS2017 compiller instead of the VS2012 one

The steps i done to generate sources:
- Using sources of the /1.0/Server/Sources folder, not the /1.0/Sources one
- Copy and paste /1.1/Sources files to /1.0/Server/Sources (replaced old files)
- Using the "all" folder solution file
07/30/2017 00:14 Unleashed!#2
Just add legacy_stdio_definitions.lib to your linker input under project properties. :)
07/31/2017 15:21 Nick#3
#moved
07/31/2017 17:23 Xeylou#4
Install VS2017 Professional ;)