<p>the C++ code calls CreateFileMappingA( INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, memory_map_size, &quot;DWD_GAMELINK_MMAP_R4&quot;);</p><p>and then on python, I call <br />OpenFileMappingA(FILE_MAP_ALL_ACCESS, False, &quot;DWD_GAMELINK_MMAP_R4&quot;) and get a File Not Found error.</p><p>hmmm.</p>
Reply