Quote:
Originally Posted by scotty1024
Things I'd check:
1. Does that ur mean "16 bit character string with a 0 character at the end of the string?
2. Where did test.lrs come from? Are you using one of the sample projects provided by Sony? Is the path for the required CThumbnail correct? I'm also pretty sure the LRS file has to be in UTF-16LE with the 16 bit marker character 0xfffe as the first character. I don't think it will eat UTF-8 even if that encoding is set in the XML marker e.g. 'encoding="UTF-8"?>' isn't respected.
3. If you can setup the MsgID and MsgWnd you might get better error messages.
|
1. Yes.
2. The file is the OZ example downloaded from prslabs, so it should work...
3. You are right about that, but given the post above by obelix I think it is just too much work for too little gain. I was hoping that the .dll would support some things that MSH_parser does not support yet, namely plot commands for images...
Thanks for the help!