Hi
I am using the DMCSCRIPTINGLib library in VB6 to write tags to .flac files using the WriteIDTag method. The problem is that only the first line of a multi-line comment gets written to the DESCRIPTION tag. I've checked existing .flac files with multi-line comments (created in Tag&Rename) in a hex editor and the comment lines are indeed seperated by Cr Lf (0D 0A). So are my input string, but I end up with only the first line in the tag in the file. Am I missing anything.
Regards
Neels
I am using the DMCSCRIPTINGLib library in VB6 to write tags to .flac files using the WriteIDTag method. The problem is that only the first line of a multi-line comment gets written to the DESCRIPTION tag. I've checked existing .flac files with multi-line comments (created in Tag&Rename) in a hex editor and the comment lines are indeed seperated by Cr Lf (0D 0A). So are my input string, but I end up with only the first line in the tag in the file. Am I missing anything.
Regards
Neels
Comment