I have some actual questions as well:
Ran into a compilation error with the new source files I try to test.
It's an error LNK2019: unresolved external symbol
Appears at the very end of the compilation process, in CvPlot.obj
I'm not really sure if it's a mistake in the code itself, or a mistake in the setup I made for it.
Sourcefiles and my makefile settings and projekt files are attached, if you have some time to check it out.
EDIT: Ohh nevermind this post
I forgot to include the .rc file in the source

Also the uploaded CvGameCoreDLL.vcxproj is not your original one which I initially used, it was edited during the tests (probably unnecessarily)
Will try to compile with the .rc added, will post if I still have some issues with it.
EDIT2:
I guess it's very easy to get comfortable with a working setup for compilation and forget everything connected to it...
Thus making silly mistakes when trying to set up a new one

Anyway, now I think all the files are ok, but I probably made a mistake with destinations? or maybe nmake specifications?
Error 940 error MSB3073: The command "set TARGET=Release
nmake clean /NOLOGO
nmake source_list /NOLOGO
nmake fastdep /NOLOGO
nmake dll /NOLOGO" exited with code 2.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.MakeFile.Targets 43 5 Civ4DLL
This was a rebuild, so nmake clean should be there
All the command lines for release: