Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionfor (; !Free; ) ; ???? Pin
tongc27-Oct-02 5:51
tongc27-Oct-02 5:51 
AnswerRe: for (; !Free; ) ; ???? Pin
Chris Losinger27-Oct-02 6:25
professionalChris Losinger27-Oct-02 6:25 
AnswerRe: for (; !Free; ) ; ???? Pin
Joaquín M López Muñoz27-Oct-02 10:56
Joaquín M López Muñoz27-Oct-02 10:56 
GeneralRe: for (; !Free; ) ; ???? Pin
tongc27-Oct-02 11:18
tongc27-Oct-02 11:18 
AnswerRe: for (; !Free; ) ; ???? Pin
ian mariano27-Oct-02 21:51
ian mariano27-Oct-02 21:51 
QuestionHelp! LNK2005 Error? Pin
Dean_Lee27-Oct-02 4:35
Dean_Lee27-Oct-02 4:35 
AnswerRe: Help! LNK2005 Error? Pin
Chris Losinger27-Oct-02 4:50
professionalChris Losinger27-Oct-02 4:50 
GeneralRe: Help! LNK2005 Error? Pin
Dean_Lee27-Oct-02 5:04
Dean_Lee27-Oct-02 5:04 
I don't include the CCritSec header, the CCritSec class was defined in the lib file.
In my project defined the following class:
class CMemStream : public CAsyncStream  <br />
{<br />
    ........<br />
    void Lock()<br />
    {<br />
        m_csLock.Lock();<br />
    }<br />
    void Unlock()<br />
    {<br />
        m_csLock.Unlock();<br />
    }<br />
<br />
private:<br />
    CCritSec       m_csLock;<br />
};
In another header file CAsyncStream was defined, the header file was included in my project.
class CAsyncStream<br />
{<br />
public:<br />
    ........<br />
    virtual void Lock() = 0;<br />
    virtual void Unlock() = 0;<br />
};

QuestionUpdate my systray icon after explorer crash? Pin
Anonymous27-Oct-02 4:27
Anonymous27-Oct-02 4:27 
AnswerRe: Update my systray icon after explorer crash? Pin
Michael Dunn27-Oct-02 5:17
sitebuilderMichael Dunn27-Oct-02 5:17 
GeneralFile Transfer-- Binary Data Pin
Pett27-Oct-02 4:23
Pett27-Oct-02 4:23 
GeneralRe: File Transfer-- Binary Data Pin
Anonymous27-Oct-02 5:20
Anonymous27-Oct-02 5:20 
Generalsome Hex number Pin
tongc27-Oct-02 4:04
tongc27-Oct-02 4:04 
GeneralRe: some Hex number Pin
Brian Delahunty27-Oct-02 4:19
Brian Delahunty27-Oct-02 4:19 
GeneralMonitoring Files - Disk Access Pin
Anonymous27-Oct-02 3:36
Anonymous27-Oct-02 3:36 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 3:43
professionalRavi Bhavnani27-Oct-02 3:43 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 4:02
Anonymous27-Oct-02 4:02 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 4:05
Anonymous27-Oct-02 4:05 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 4:09
professionalRavi Bhavnani27-Oct-02 4:09 
GeneralRe: Monitoring Files - Disk Access Pin
Anonymous27-Oct-02 7:46
Anonymous27-Oct-02 7:46 
GeneralRe: Monitoring Files - Disk Access Pin
Ravi Bhavnani27-Oct-02 9:32
professionalRavi Bhavnani27-Oct-02 9:32 
GeneralSerializing and class hierarchy Pin
Conan Ua Diarmaid27-Oct-02 3:32
sussConan Ua Diarmaid27-Oct-02 3:32 
GeneralRe: Serializing and class hierarchy Pin
Ravi Bhavnani27-Oct-02 3:41
professionalRavi Bhavnani27-Oct-02 3:41 
GeneralYah, read that but not enough info. Pin
Con27-Oct-02 4:24
Con27-Oct-02 4:24 
GeneralRe: Yah, read that but not enough info. Pin
Ravi Bhavnani27-Oct-02 4:30
professionalRavi Bhavnani27-Oct-02 4:30 

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.