'Invalid memory access' while reading json file from another project
I have a dll in C++ which is used for behaving like smartcard. I wrote a JSON file for receiving data and responsing wanted response. It looks like this: { "00xxxxxx" : ["aaaaaaaaaaaaaaaaa", { "00yyyyyyyyyy" : ["bbbbbbbbbbbbbbbb", { "00zzzzzzzzz" : ["9000", {}] }] }] } My CommandHandler.cpp file receiving the command from another application. It… Read More 'Invalid memory access' while reading json file from another project