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

C / C++ / MFC

 
GeneralRe: problems with changing list items' image icon Pin
peterchen27-Oct-02 7:29
peterchen27-Oct-02 7:29 
GeneralRe: problems with changing list items' image icon Pin
Matias27-Oct-02 7:39
Matias27-Oct-02 7:39 
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 
My dialog project include a Strmbasd.lib file,
When I build it,5 LNK2005 errors appear:
strmbasd.lib(wxutil.obj) : error LNK2005: "public: __thiscall CCritSec::CCritSec(void)" (??0CCritSec@@QAE@XZ) already defined in TestDlg.obj
In the lib file the following class was defined:
CCritSec::CCritSec() <br />
{<br />
  .......<br />
}<br />
<br />
CCritSec::~CCritSec() <br />
{<br />
  .......<br />
}<br />
<br />
void CCritSec::Lock() <br />
{<br />
  .......<br />
}<br />
<br />
void CCritSec::Unlock() <br />
{<br />
  .......<br />
}


In my project the following class was defined
class CMemStream : public CAsyncStream  <br />
{<br />
public:<br />
    .......<br />
    void Lock()<br />
    {<br />
        .....<br />
    }<br />
    void Unlock()<br />
    {<br />
        ......<br />
    }<br />
    .......<br />
<br />
};

How to solve the problem?
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 
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 

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.