Results 1 to 10 of 10

Thread: 24.0 compile doesn't genertae a manifest?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Cayman Islands
    Posts
    4,138

    Default 24.0 compile doesn't genertae a manifest?

    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)
    Last edited by DaveR; 14-Nov-2024 at 03:00 AM. Reason: clarified
    I should be on a beach ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •