Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rhapsody OMString を使用しており、コードで OMstring を char に型キャストする必要があります *
reader.readStream((unsigned char *)MachineType,machineTypeDataSize); // MachineType is OMString
OMString を char * に型キャストすることは可能ですか?