Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Missing concert.pdb?

    Posted 04/06/12 10:49 PM

    Originally posted by: mlapp007


    Hello everyone,

    I am running into an issue with Visual Studio 2010 and CPLEX 12.4 with the Concert library. I have added all the path information to my Visual C++ project, but when I compile I receive the following warnings:

    1>concert.lib(iloalg.obj) : warning LNK4099: PDB 'concert.pdb' was not found with 'concert.lib(iloalg.obj)' or at 'C:\...\concert.pdb'; linking object as if no debug info

    There are about 50 or so of these errors. If anyone has encountered this before, I would appreciate the assistance.

    With regards,

    Marcial
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Missing concert.pdb?

    Posted 04/11/12 09:23 AM

    Originally posted by: SystemAdmin


    concert.pdb is not part of the CPLEX distribution since source-level debugging of Concert itself is not supported.
    You should change your compiler/linker flags so that this file is not required. The file c_cpp.html - which is part of the CPLEX distribution - should tell you how compiler/linker should be configured for applications that use CPLEX.
    As far as I can tell from your output, the message is only a warning, not an error. So maybe your binary works anyway?
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Missing concert.pdb?

    Posted 01/30/13 01:02 PM

    Originally posted by: SystemAdmin


    Hi,
    I just encountered the same issue just in debug mode and not the release mode. Although, the warning about missing concert.pdb does not prevent the program from working correctly, it's still annoying to see it every time. Regarding the help offered (implementing the correct debug and release configuration), I've tried that but with no success. I've even tried debugging the VS2010 facility.cpp example in the stat_mda folder and the same warning was given by VS2010.

    ps. I'm using the 64-bit version of CPLEX on a Windows 7 64-bit machine.
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Missing concert.pdb?

    Posted 03/06/13 11:18 PM

    Originally posted by: SystemAdmin


    Has anyone figured out where the pile of warnings root? I have the same problem and it's really annoying. VS2010(64 bits) and CPLEX 12.5 with the Concert library here.
    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: Missing concert.pdb?

    Posted 03/29/14 09:55 PM

    Originally posted by: As-if


    Project -> properties>Linker->Generate Debug Info = no


    #CPLEXOptimizers
    #DecisionOptimization