Exception error

Hello everyone,
I am getting the following exception error in visual studio

Unhandled exception at 0x00007FFA834F3E49 in model.exe: Microsoft C ++ exception: IloMemoryException at memory location 0x0000002C294FB680.

How can I detect what causes this error in mt code ? In which part should I check?
Thank you so much



You would run the program with your debugger, the debugger should be able to tell you exactly where it detects the problem.

If the debugger isn't sufficient by itself, you may want to try Visual Leak Detector, a free plugin tool that works like valgrind on *NIX.

Topic archived. No new replies allowed.