I'm trying to create my own DLS files.
What is the proper way to make a subchunk that is not a LIST chunk? The
mmioCreateChunk function does not allow me a fcctype and placing a tag in the
data field yields a chunk with the size and type in the wrong order - I think.
How do I nest my chunks?
How do I format the strings representing DWORD values? If they are left
justified and padded with spaces like the FOURCC's, then how do I
differentiate between the spaces and legitimage data bytes containing &h20?
Thanks for your time.
Archived from group: microsoft>public>vb>directx