Click here to Skip to main content
15,911,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Default font for dialogs in EVC resource editor... Pin
Wes Jones12-Aug-02 16:40
Wes Jones12-Aug-02 16:40 
GeneralListView problem Pin
Steve L.12-Aug-02 14:07
Steve L.12-Aug-02 14:07 
GeneralRe: ListView problem Pin
Shog912-Aug-02 14:24
sitebuilderShog912-Aug-02 14:24 
GeneralRe: ListView problem Pin
Steve L.12-Aug-02 14:45
Steve L.12-Aug-02 14:45 
GeneralCFileDialog title Pin
ns12-Aug-02 13:21
ns12-Aug-02 13:21 
GeneralRe: CFileDialog title Pin
Ravi Bhavnani12-Aug-02 13:48
professionalRavi Bhavnani12-Aug-02 13:48 
GeneralWorker Thread... Pin
fdmanana12-Aug-02 12:35
fdmanana12-Aug-02 12:35 
GeneralRe: Worker Thread... Pin
JT Anderson13-Aug-02 7:38
JT Anderson13-Aug-02 7:38 
I haven't used any of the CSocket stuff for a long time, but my recollection is that CSocket objects are like CWnd objects in that you have to be really careful when you try to pass them from one thread to another.

I'd suggest that rather than passing the CAsyncSocket object from the main thread to the worker thread, you should "Detach" the socket from the CAsyncObject in the main thread, pass it by handle to the worker thread and then "Attach" it to a new CAsyncSocket object in the worker thread.

Generalto parse a simple string Pin
ns12-Aug-02 12:25
ns12-Aug-02 12:25 
GeneralRe: to parse a simple string Pin
Eddie Velasquez12-Aug-02 12:37
Eddie Velasquez12-Aug-02 12:37 
GeneralRe: to parse a simple string Pin
Ravi Bhavnani12-Aug-02 12:48
professionalRavi Bhavnani12-Aug-02 12:48 
GeneralThanks, .... Pin
ns12-Aug-02 13:03
ns12-Aug-02 13:03 
Questiontry, catch - is this legal? Pin
ns12-Aug-02 11:30
ns12-Aug-02 11:30 
AnswerRe: try, catch - is this legal? Pin
Chris Losinger12-Aug-02 11:36
professionalChris Losinger12-Aug-02 11:36 
GeneralRe: try, catch - is this legal? Pin
ns12-Aug-02 12:00
ns12-Aug-02 12:00 
GeneralRe: try, catch - is this legal? Pin
Christian Graus12-Aug-02 12:53
protectorChristian Graus12-Aug-02 12:53 
GeneralRe: try, catch - is this legal? Pin
Chris Losinger12-Aug-02 13:06
professionalChris Losinger12-Aug-02 13:06 
GeneralMigrating from VC6 to VC7 Issue Pin
Sydney Liles12-Aug-02 10:56
Sydney Liles12-Aug-02 10:56 
GeneralRe: Migrating from VC6 to VC7 Issue Pin
Shog912-Aug-02 12:09
sitebuilderShog912-Aug-02 12:09 
GeneralRe: Migrating from VC6 to VC7 Issue Pin
Sydney Liles12-Aug-02 12:20
Sydney Liles12-Aug-02 12:20 
GeneralRe: Migrating from VC6 to VC7 Issue Pin
Shog912-Aug-02 13:36
sitebuilderShog912-Aug-02 13:36 
GeneralRe: Migrating from VC6 to VC7 Issue Pin
Sydney Liles13-Aug-02 8:23
Sydney Liles13-Aug-02 8:23 
GeneralI'm stumped Pin
Nick Parker12-Aug-02 9:33
protectorNick Parker12-Aug-02 9:33 
GeneralRe: I'm stumped Pin
Ranjan Banerji12-Aug-02 9:39
Ranjan Banerji12-Aug-02 9:39 
GeneralRe: I'm stumped Pin
Nick Parker12-Aug-02 11:51
protectorNick Parker12-Aug-02 11:51 

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.