Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionquestion with locale [modified] Pin
Cold_Fearing_Bird8-Sep-11 4:38
Cold_Fearing_Bird8-Sep-11 4:38 
QuestionCRichEditCtrl Pin
john56328-Sep-11 2:33
john56328-Sep-11 2:33 
AnswerRe: CRichEditCtrl Pin
Orjan Westin8-Sep-11 3:15
professionalOrjan Westin8-Sep-11 3:15 
GeneralRe: CRichEditCtrl Pin
john56328-Sep-11 19:02
john56328-Sep-11 19:02 
QuestionEncryption and Decryption between C++ and C# Pin
vipin_nvk8-Sep-11 0:13
vipin_nvk8-Sep-11 0:13 
AnswerRe: Encryption and Decryption between C++ and C# Pin
Orjan Westin8-Sep-11 1:06
professionalOrjan Westin8-Sep-11 1:06 
GeneralRe: Encryption and Decryption between C++ and C# Pin
vipin_nvk8-Sep-11 1:23
vipin_nvk8-Sep-11 1:23 
GeneralRe: Encryption and Decryption between C++ and C# Pin
Orjan Westin8-Sep-11 2:11
professionalOrjan Westin8-Sep-11 2:11 
CAPICOM has been deprecated by Microsoft, and is not available on Windows 7. I wouldn't use it myself since it's limited in capability and a bit of a mess to use, if I recall correctly (haven't looked at it for years).

Oh, it says here that "only CAPICOM can decrypt a CAPICOM EncryptedData object" which would rule it out for you, if you need it to interop with C# (unless you wrap it in a DLL and call that from the server - was that what you tried?)

Since they recommend you use .NET crypto for any new development, you might as well create a simple DLL in C# or C++/CLI that exposes the same to the desktop application. (Which is the opposite of what you've tried already, but this way around it's likely easier to test and debug on a desktop.)
GeneralRe: Encryption and Decryption between C++ and C# Pin
vipin_nvk8-Sep-11 4:07
vipin_nvk8-Sep-11 4:07 
GeneralRe: Encryption and Decryption between C++ and C# Pin
MicroVirus8-Sep-11 4:15
MicroVirus8-Sep-11 4:15 
QuestionSocket Pin
john56327-Sep-11 23:44
john56327-Sep-11 23:44 
AnswerRe: Socket Pin
CPallini8-Sep-11 0:40
mveCPallini8-Sep-11 0:40 
AnswerRe: Socket Pin
MicroVirus8-Sep-11 4:18
MicroVirus8-Sep-11 4:18 
QuestionDBX Pin
john56327-Sep-11 21:44
john56327-Sep-11 21:44 
AnswerRe: DBX Pin
David Crow8-Sep-11 5:50
David Crow8-Sep-11 5:50 
Question1 & 0x01+1*3 Pin
includeh107-Sep-11 21:17
includeh107-Sep-11 21:17 
AnswerRe: 1 & 0x01+1*3 Pin
CPallini7-Sep-11 21:21
mveCPallini7-Sep-11 21:21 
QuestionKey-Value pair with multiples Pin
CodingLover7-Sep-11 20:46
CodingLover7-Sep-11 20:46 
AnswerRe: Key-Value pair with multiples Pin
CPallini7-Sep-11 21:23
mveCPallini7-Sep-11 21:23 
GeneralRe: Key-Value pair with multiples Pin
CodingLover12-Sep-11 19:01
CodingLover12-Sep-11 19:01 
GeneralRe: Key-Value pair with multiples Pin
CPallini12-Sep-11 21:31
mveCPallini12-Sep-11 21:31 
AnswerRe: Key-Value pair with multiples Pin
panda_mo7-Sep-11 22:46
panda_mo7-Sep-11 22:46 
AnswerRe: Key-Value pair with multiples Pin
Chris Losinger8-Sep-11 1:45
professionalChris Losinger8-Sep-11 1:45 
GeneralRe: Key-Value pair with multiples Pin
CodingLover12-Sep-11 19:04
CodingLover12-Sep-11 19:04 
QuestionOpening Files as Read-only in VS2008 Pin
softwaremonkey7-Sep-11 10:16
softwaremonkey7-Sep-11 10:16 

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.