Click here to Skip to main content
15,914,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Non resizing window Pin
Chuck O'Toole21-Nov-11 3:55
Chuck O'Toole21-Nov-11 3:55 
GeneralRe: Non resizing window Pin
Omar.Pessoa21-Nov-11 4:34
Omar.Pessoa21-Nov-11 4:34 
GeneralStoring binary data in SQLServer Field Pin
BlackDice23-Aug-04 6:47
BlackDice23-Aug-04 6:47 
GeneralRe: Storing binary data in SQLServer Field Pin
Jeremy Falcon23-Aug-04 6:58
professionalJeremy Falcon23-Aug-04 6:58 
GeneralRe: Storing binary data in SQLServer Field Pin
David Salter23-Aug-04 7:13
David Salter23-Aug-04 7:13 
GeneralMFC and DLL Pin
SylL23-Aug-04 6:17
SylL23-Aug-04 6:17 
GeneralRe: MFC and DLL Pin
Doug Mitchell23-Aug-04 6:20
Doug Mitchell23-Aug-04 6:20 
GeneralRe: MFC and DLL Pin
SylL23-Aug-04 22:42
SylL23-Aug-04 22:42 
Thank you, but I hava already tried this. This is not exactly my problem. In your example, there is a conflict between two libraries, so you have to include them in the right order. For instance ' mfcs42d.lib(dllmodul.obj): error LNK2005: _DllMain@12 already defined in
msvcrtd.lib(dllmain.obj)'

In my problem, the symbol is already defined in prog.obj (which must be the object code associated with my code prog.cpp) :
'msvcrtd.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in prog.obj'

As I'm developping a DLL, I think there is a conflict between my DllMain and the one from the library
GeneralRe: MFC and DLL Pin
SylL23-Aug-04 23:17
SylL23-Aug-04 23:17 
GeneralRe: MFC and DLL Pin
SylL23-Aug-04 23:57
SylL23-Aug-04 23:57 
Questionhow to auto load from ini esp the numbers from the ini file Pin
ELY M.23-Aug-04 5:59
ELY M.23-Aug-04 5:59 
AnswerRe: how to auto load from ini esp the numbers from the ini file Pin
David Salter23-Aug-04 6:07
David Salter23-Aug-04 6:07 
AnswerRe: how to auto load from ini esp the numbers from the ini file Pin
David Crow23-Aug-04 7:50
David Crow23-Aug-04 7:50 
Generalemo75u Pin
emo75u23-Aug-04 4:28
emo75u23-Aug-04 4:28 
GeneralRe: emo75u Pin
Cedric Moonen23-Aug-04 4:33
Cedric Moonen23-Aug-04 4:33 
GeneralCTreeCtrl with checkboxes Pin
фил23-Aug-04 3:41
фил23-Aug-04 3:41 
GeneralRe: CTreeCtrl with checkboxes Pin
vcplusplus23-Aug-04 5:16
vcplusplus23-Aug-04 5:16 
Generalexit( ); Error descriptions in VC++ 7! Pin
CreepingFeature23-Aug-04 1:55
CreepingFeature23-Aug-04 1:55 
GeneralRe: exit( ); Error descriptions in VC++ 7! Pin
jhwurmbach23-Aug-04 2:18
jhwurmbach23-Aug-04 2:18 
GeneralBounding box of a set of points... Pin
Anonymous23-Aug-04 1:09
Anonymous23-Aug-04 1:09 
GeneralRe: Bounding box of a set of points... Pin
Cedric Moonen23-Aug-04 1:20
Cedric Moonen23-Aug-04 1:20 
GeneralRe: Bounding box of a set of points... Pin
Anonymous23-Aug-04 2:32
Anonymous23-Aug-04 2:32 
GeneralRe: Bounding box of a set of points... Pin
Maximilien23-Aug-04 2:46
Maximilien23-Aug-04 2:46 
GeneralRe: Bounding box of a set of points... Pin
Cedric Moonen23-Aug-04 2:55
Cedric Moonen23-Aug-04 2:55 
GeneralRe: Bounding box of a set of points... Pin
Anonymous23-Aug-04 3:23
Anonymous23-Aug-04 3:23 

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.