Created a 64-bit Appsrc so I can screw around with 24.0 and 25 in 64 bit and not get in everyone else's way; but I do a mass compile of all sources and a lot of compiles fail with:
Code:
LINK ERROR: UNABLE TO OPEN FILE c:\devkfp\kirknet\Appsrc64\ITEMREQUESTH.exe.manifest
LINK ERROR: UNABLE TO CREATE EXECUTABLE
It's correct, the manifest isn't there, but the cfg file says it should be generated..
Code:
[Compiler]
Platform=x64
BeforeCompileProcessEnabled=0
AfterCompileProcessEnabled=0
64bitsuffix=
[Application]
Icon=kirknet.ico
BuildManifestFile=1
EmbedManifestFile=1
DPIAware=1
AutoGenerateMenus=1
CompilerWarnings=1
CopyJavaScriptEngine=0
[Version]
Include=0
AutoIncrementBuild=1
VersionMajor=1
VersionMinor=0
VersionRelease=0
VersionBuild=3
ModuleSpecialBuild=0
ModulePrivateBuild=0
what am I missing?
edit: Should say it compiles in the Studio but my recollection is that the manifest got created by the compiler? (there's 580 src files about 60 of which did this so it isn't insurmountable - I just thought standalone compile generated a manifest in older versions)