Dec. 1, 2009
6:10 p.m.
Hello all, Dolphin defines ExternalInteger and various subclasses such as DWORD under ExternalStructure. I will oscillate between caring about the details (for FFI uses??) and simply wanting the classes in the image to pacify my code. Is there a correct way to deal with such things? Not seeing anything, I created ExternalInteger that uses a ByteArray and DWORD under it, acting as a glorified value holder. Please let me know if I am missing an existing solution. Bill