The first link doesn't seem to apply to me. It's about blue screen, I don't get that. The information about FFFFFFFFC0000005 was not handled in the test that person did (as I understand it).
TimoVJL answers under the link
https://forum.pellesc.de/index.php?topic=7115.0:
"I use 32-bit poide.exe to debug 32-bit programs."
My programs are kompile in 32bit (use my own library with more than 800 functions and can't bear to convert them to 64bit right now).
I am currently using v11 but previously when it worked v10.
I read that v8 is the last version with support for 32bit. But I have compiled in v10 with 32bit and it worked. Now I have v11, it also works but I have to either "compile + run" or "run" twice. The first time I get warnings and Error code: -1073741819, the second time the program starts without problems.
I can work like this, it works, but I'm just wondering why this error suddenly appeared without changing anything except installing v11.
- Could it be due to a difference between v10 and v11?
- Could it be something to do with me compiling 32bit but v11 has problems with it
- Could it be related to v11 using 64bit to debug 32bit?
From v9 it says a little cryptically:
"For 64-bit Windows 7/8/10 host, targeting 32-bit or 64-bit Windows Vista/7/8/10."
Does that mean they can compile 31bit and 64bit?
I have also seen that v8 is the last version for 32bit.
How should it actually be? I'm wondering because the error I'm getting might be due to 32bit compilation in v11.