Originally posted by: SystemAdmin
[niharika said:]
HI
Now i get the following list of errors while working with my code
locplex.lib(ilocplex.obj) : [b][b]error LNK2001[/b]:[/b] unresolved external symbol "public: void __thiscall IloFixedSizeAllocatorI::deallocate(class IloMemory *,void *)" (?deallocate@IloFixedSizeAllocatorI@@QAEXPAVIloMemory@@PAX@Z)
ilocplex.lib(ilolpextrbase.obj) : error LNK2001: unresolved external symbol "public: void __thiscall IloFixedSizeAllocatorI::deallocate(class IloMemory *,void *)" (?deallocate@IloFixedSizeAllocatorI@@QAEXPAVIloMemory@@PAX@Z)
ilocplex.lib(ilocpxcallback.obj) : error LNK2001: unresolved external symbol "public: void __thiscall IloFixedSizeAllocatorI::deallocate(class IloMemory *,void *)" (?deallocate@IloFixedSizeAllocatorI@@QAEXPAVIloMemory@@PAX@Z)
ilocplex.lib(ilolinearizer.obj) : error LNK2001: unresolved external symbol "public: void __thiscall IloFixedSizeAllocatorI::deallocate(class IloMemory *,void *)" (?deallocate@IloFixedSizeAllocatorI@@QAEXPAVIloMemory@@PAX@Z)
Release/solve_example.exe : fatal error LNK1120: 1 unresolved externals
any advise or suggestions
#CPLEXOptimizers#DecisionOptimization