For work I need to build a code that has been done on linux with gcc as compiler and that I need to run on window with visual studio 2019. I have already dealt with a lot of issues mainly libraries and stuff, but I have finally managed to build the code.
However, when it is running it suddenly stopped, and this warning appeared:
Exception thrown at 0x00B22909 in Simuretry.exe: 0xC0000005: Access violation reading location 0x0169A000
As I've said I'm pretty new and I don't know how to deal with this, I basically thought that a copy/paste would allow me to run the program but as I've discovered it's far from being that simple.
User contributions licensed under CC BY-SA 3.0