Hi,
I'm not sure what you are asking, but here is information that is related. I do not recall the current version number of the SCTS - the latest version is not based on the RTK, the older versions were. I think the last version I was using was a 3.1 Beta, which is for SyncML 1.1.1. That was based on the RTK. I'm not sure when things switched (and do not have official access to anything other than the open source version, which I have yet to download), but as you know, the latest versions do not use the RTK.
I would assume that it should be pretty easy to tell the difference just by looking at the names of the installed files.
If you are having CR/LF problems, I don't know. The RTK based version of the SCTS did not have them. Note that the actual vCards MUST use CR/LF as the line terminators within the vCard, but I assume that is not what you are referring to.
Beyond that, like most people, I am pretty busy, so I will not be digging through the code, or debugging stuff, unless my current job/contract needs me to. I pretty much just answer the questions that can be answered quickly without a lot of research - for the rest, you are on your own.
dgc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Darryl Champagne, RTKers
I have some questions about RTK.
First, SCTS Ver 3.1.2 based on RTK ?
I modified RTK to support DS 1.2 added new tages chagned DTD implementations.
I posted parsing transport hdr problem with SCTS 1.2 to yahoo group, today I found another things in RTK,
Newest SCTS send messages with CR LF end of messages. after receive next generated message in placed in wrong position (not started index 0 but +2)
It is very hard to solve this problem do you have any idea about that ?
mgrProcessNextCommand func it's process received messages when meet final tag this func returned you know
at this memoment, buffer written CR, LF char in start position and +1 postion by unknown thing(?)
so next generate message written in buffer + 2 position.
Hi,
I'm not sure what you are asking, but here is information that is related. I do not recall the current version number of the SCTS - the latest version is not based on the RTK, the older versions were. I think the last version I was using was a 3.1 Beta, which is for SyncML 1.1.1. That was based on the RTK. I'm not sure when things switched (and do not have official access to anything other than the open source version, which I have yet to download), but as you know, the latest versions do not use the RTK.
I would assume that it should be pretty easy to tell the difference just by looking at the names of the installed files.
If you are having CR/LF problems, I don't know. The RTK based version of the SCTS did not have them. Note that the actual vCards MUST use CR/LF as the line terminators within the vCard, but I assume that is not what you are referring to.
Beyond that, like most people, I am pretty busy, so I will not be digging through the code, or debugging stuff, unless my current job/contract needs me to. I pretty much just answer the questions that can be answered quickly without a lot of research - for the rest, you are on your own.
dgc