Click here to Skip to main content
15,906,333 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: CListViewCtrl creation does not produce column header arrow indicating sort order Pin
Stuart Dootson18-Jan-09 5:38
professionalStuart Dootson18-Jan-09 5:38 
GeneralRe: CListViewCtrl creation does not produce column header arrow indicating sort order Pin
Jonathan Davies18-Jan-09 11:34
Jonathan Davies18-Jan-09 11:34 
QuestionHow to achieve receiving file name using ICopyHook interface? Pin
SNI14-Jan-09 23:00
SNI14-Jan-09 23:00 
AnswerRe: How to achieve receiving file name using ICopyHook interface? Pin
Stuart Dootson17-Jan-09 23:01
professionalStuart Dootson17-Jan-09 23:01 
AnswerRe: How to achieve receiving file name using ICopyHook interface? Pin
gopu7418-Nov-09 5:53
gopu7418-Nov-09 5:53 
GeneralATL COM and DLL comparision........... [modified] Pin
vijay.victory13-Jan-09 23:52
vijay.victory13-Jan-09 23:52 
GeneralRe: ATL COM and DLL comparision........... Pin
Stuart Dootson14-Jan-09 10:37
professionalStuart Dootson14-Jan-09 10:37 
QuestionBSTR=> CHARACTER ARRAY => BSTR conversion Pin
CHAN_SAI13-Jan-09 22:54
CHAN_SAI13-Jan-09 22:54 
Hello,

My task is to encrypt the body of the e-mail and send to receiver.

On receiver side, decrypt and display the content.

The input to my encryption algo is unsigned char.

So I did like below

Sender=>;

get_Body() => BSTR => UCHAR => ENCRYPT => ENCRYPT_UCHAR => BSTR => put_Body()

Receiver =>;

get_Body() => BSTR => ENCRYPT_ UCHAR => DECRYPT => BSTR => put_Body

The problem I am facing is, the ENCRYPT_ UCHAR of sender is different from receiver.

I tried to convert in the sender side, by converting the BSTR to ENCRYPT_UCHAR before put_Body..the data is fine.

I am using W2A and A2W for conversion.

Thanks in advance

SAI
AnswerRe: BSTR=> CHARACTER ARRAY => BSTR conversion Pin
Stuart Dootson13-Jan-09 23:54
professionalStuart Dootson13-Jan-09 23:54 
GeneralRe: BSTR=> CHARACTER ARRAY => BSTR conversion Pin
CHAN_SAI14-Jan-09 14:37
CHAN_SAI14-Jan-09 14:37 
GeneralRe: BSTR=> CHARACTER ARRAY => BSTR conversion Pin
Stuart Dootson14-Jan-09 20:56
professionalStuart Dootson14-Jan-09 20:56 
QuestionATL_MSG_MAP identifier not found Pin
josip cagalj13-Jan-09 0:57
josip cagalj13-Jan-09 0:57 
AnswerRe: ATL_MSG_MAP identifier not found Pin
Stuart Dootson13-Jan-09 4:09
professionalStuart Dootson13-Jan-09 4:09 
GeneralRe: ATL_MSG_MAP identifier not found Pin
josip cagalj13-Jan-09 21:18
josip cagalj13-Jan-09 21:18 
GeneralRe: ATL_MSG_MAP identifier not found Pin
Stuart Dootson13-Jan-09 21:29
professionalStuart Dootson13-Jan-09 21:29 
QuestionRe: ATL_MSG_MAP identifier not found Pin
josip cagalj13-Jan-09 22:57
josip cagalj13-Jan-09 22:57 
AnswerRe: ATL_MSG_MAP identifier not found Pin
josip cagalj13-Jan-09 23:13
josip cagalj13-Jan-09 23:13 
AnswerRe: ATL_MSG_MAP identifier not found Pin
Stuart Dootson13-Jan-09 23:23
professionalStuart Dootson13-Jan-09 23:23 
GeneralRe: ATL_MSG_MAP identifier not found Pin
josip cagalj13-Jan-09 23:35
josip cagalj13-Jan-09 23:35 
GeneralRe: ATL_MSG_MAP identifier not found Pin
Stuart Dootson13-Jan-09 23:43
professionalStuart Dootson13-Jan-09 23:43 
GeneralRe: ATL_MSG_MAP identifier not found Pin
josip cagalj14-Jan-09 2:51
josip cagalj14-Jan-09 2:51 
GeneralRe: ATL_MSG_MAP identifier not found Pin
Stuart Dootson14-Jan-09 3:29
professionalStuart Dootson14-Jan-09 3:29 
Questionwhat is the event i should use Pin
prasadbuddhika7-Jan-09 23:05
prasadbuddhika7-Jan-09 23:05 
QuestionHow to get timer id from onTimer() in WTL Pin
josip cagalj7-Jan-09 22:05
josip cagalj7-Jan-09 22:05 
AnswerRe: How to get timer id from onTimer() in WTL Pin
Stuart Dootson7-Jan-09 22:48
professionalStuart Dootson7-Jan-09 22:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.