Originally posted by: Nitika
Hi,
When I try to run IloEnv env from a small example - it works. But, when I try to have the same IloEnv env line in a bigger project, I noticed that the initialization does not work completely. All the elements of env->_impl -> _genAllocator -> _env are missing.
Can someone help me with this problem?
Please note in my bigger project - I am also using other libraries like stl_port, OSL, xerces. Not sure if there is any conflict.
Thanks,
Nitika
P.S. : I also notice some warnings as following:
2>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
2>concert.lib(iloalg.obj) : warning LNK4099: PDB 'concert.pdb' was not found with 'C:\Program Files (x86)\IBM\ILOG\CPLEX_Studio125\concert\lib\x86_windows_vs2008\stat_mda\concert.lib' or at 'c:\CrewPlanning\REL_3.6\REL_3.6\solver\bin\w2k\dbg\concert.pdb'; linking object as if no debug info
#CPLEXOptimizers#DecisionOptimization