Click here to Skip to main content
15,891,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with qsort() on CArray(ptr *, ptr *) Pin
Chuck O'Toole16-Feb-12 17:29
Chuck O'Toole16-Feb-12 17:29 
AnswerRe: Problem with qsort() on CArray(ptr *, ptr *) Pin
Chuck O'Toole16-Feb-12 17:32
Chuck O'Toole16-Feb-12 17:32 
GeneralRe: Problem with qsort() on CArray(ptr *, ptr *) Pin
john john mackey16-Feb-12 19:44
john john mackey16-Feb-12 19:44 
QuestionWebSockets in native C++ (not managed) Pin
Fred Ackers16-Feb-12 10:30
Fred Ackers16-Feb-12 10:30 
AnswerRe: WebSockets in native C++ (not managed) Pin
enhzflep16-Feb-12 17:53
enhzflep16-Feb-12 17:53 
GeneralRe: WebSockets in native C++ (not managed) Pin
Fred Ackers16-Feb-12 19:31
Fred Ackers16-Feb-12 19:31 
GeneralRe: WebSockets in native C++ (not managed) Pin
enhzflep16-Feb-12 23:57
enhzflep16-Feb-12 23:57 
GeneralRe: WebSockets in native C++ (not managed) Pin
Fred Ackers19-Feb-12 6:57
Fred Ackers19-Feb-12 6:57 
enhzflep wrote:
I'd also be keen to consider modifying a non-working library such that the handshake operation mirrored that exhibited by the C# code you already have (but prefer not to use)



Thank you for the idea about modifying the existing library based on code from another language that works. I was able to get the libwebsockets working in C++ now so I no longer need to use managed C++ or C# for the project. I found that there were a few problems, one being that the SHA1 and Base64 encoding schemes were not functioning correctly for some reason. Once I fixed those, and re-ordered the way the packets is sent, the library works wonderfully. So, thanks for the idea. The links really helped to understand how I needed to modify the existing code to get it working.
Nothing is impossible, It's merely a matter of finding an answer to the question of HOW? ... And answering that question is usually the most difficult part of the job!!!

GeneralRe: WebSockets in native C++ (not managed) Pin
enhzflep19-Feb-12 12:19
enhzflep19-Feb-12 12:19 
QuestionSending message between objects Pin
aangerma16-Feb-12 9:16
aangerma16-Feb-12 9:16 
QuestionRe: Sending message between objects Pin
David Crow16-Feb-12 10:54
David Crow16-Feb-12 10:54 
AnswerRe: Sending message between objects Pin
aangerma16-Feb-12 19:42
aangerma16-Feb-12 19:42 
AnswerRe: Sending message between objects Pin
Albert Holguin16-Feb-12 18:15
professionalAlbert Holguin16-Feb-12 18:15 
AnswerRe: Sending message between objects Pin
enhzflep16-Feb-12 18:19
enhzflep16-Feb-12 18:19 
GeneralRe: Sending message between objects Pin
aangerma16-Feb-12 19:57
aangerma16-Feb-12 19:57 
GeneralRe: Sending message between objects Pin
enhzflep16-Feb-12 22:35
enhzflep16-Feb-12 22:35 
AnswerRe: Sending message between objects Pin
JackDingler17-Feb-12 10:35
JackDingler17-Feb-12 10:35 
QuestionControl Multiple Dialog boxes in SDI application Pin
johnjitu16-Feb-12 4:35
johnjitu16-Feb-12 4:35 
GeneralRe: Control Multiple Dialog boxes in SDI application Pin
David Crow16-Feb-12 4:39
David Crow16-Feb-12 4:39 
GeneralRe: Control Multiple Dialog boxes in SDI application Pin
johnjitu16-Feb-12 5:03
johnjitu16-Feb-12 5:03 
SuggestionRe: Control Multiple Dialog boxes in SDI application Pin
David Crow16-Feb-12 5:06
David Crow16-Feb-12 5:06 
Questionhow to add image in SDI Pin
sarfaraznawaz16-Feb-12 2:52
sarfaraznawaz16-Feb-12 2:52 
AnswerRe: how to add image in SDI Pin
Richard MacCutchan16-Feb-12 4:19
mveRichard MacCutchan16-Feb-12 4:19 
QuestionHow to create OLE object for MS Office Pin
LionAM15-Feb-12 23:31
LionAM15-Feb-12 23:31 
AnswerRe: How to create OLE object for MS Office Pin
CPallini16-Feb-12 0:36
mveCPallini16-Feb-12 0:36 

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.