Hi All,
    I have a field in a struct on CW defeine:
        int     pk;
    In VC++,I define a field for it with:
        WORD pk;
    How can I sync between them?
    I also use:SyncHostToHHWord() to do this but it's wrong,I also use the
method:FlipWord() like some Conduit does it but it's wrong?
    If I have a another field in CodeWarrior(CW):
    char    name[45+1];
    In VC++,when I write conduit,How should I define for my struct record?
    char  name[45+1];
    or CString  name;
    If I use the definitation:CString name;Can I use some method:AddCRs()
and StripCRs()(Like some another conduit) to transfer data between Palm
handheld and PC Desktop(Intel Platform)
    Thanks in advance,
Trinh.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to