Click here to Skip to main content
15,891,777 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ActiveX control can not be used in other develop tools Pin
Foxray8-Sep-03 20:33
Foxray8-Sep-03 20:33 
GeneralThe problem with classCDateTimePickerCtrl Pin
Foxray7-Sep-03 14:42
Foxray7-Sep-03 14:42 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Michael Dunn7-Sep-03 19:23
sitebuilderMichael Dunn7-Sep-03 19:23 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Foxray7-Sep-03 20:49
Foxray7-Sep-03 20:49 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Braulio Dez8-Sep-03 21:42
Braulio Dez8-Sep-03 21:42 
GeneralRe: The problem with classCDateTimePickerCtrl Pin
Foxray10-Sep-03 23:17
Foxray10-Sep-03 23:17 
GeneralPlease Help: ATL Embedded and Shell Extension Question. Pin
LittleCoder5-Sep-03 12:17
LittleCoder5-Sep-03 12:17 
GeneralLinker error using MFC and STL Pin
Jambolo3-Sep-03 18:53
Jambolo3-Sep-03 18:53 
I have a non-MFC project using std::string that is compiled into a library (Confetti.lib). My main project is an MFC project that uses this library. I get the following linker errors:

msvcprtd.lib(MSVCP70D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,...>::~basic_string<char,...>(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in Confetti.lib(ParticleSystem.obj)
msvcprtd.lib(MSVCP70D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,...>::basic_string<char,...>(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z) already defined in Confetti.lib(ParticleSystem.obj)

Can anyone tell me why this is happening and how to fix it?

Also, if I ignore msvcprtd.lib, then I get lots of dll import/export errors for std::basic_string.
GeneralRe: Linker error using MFC and STL Pin
Steve S3-Sep-03 21:45
Steve S3-Sep-03 21:45 
GeneralRe: Linker error using MFC and STL Pin
Jambolo4-Sep-03 1:09
Jambolo4-Sep-03 1:09 
QuestionWTL DDX with controls, really? Pin
Ernesto D.3-Sep-03 15:39
Ernesto D.3-Sep-03 15:39 
AnswerRe: WTL DDX with controls, really? Pin
Michael Dunn3-Sep-03 15:52
sitebuilderMichael Dunn3-Sep-03 15:52 
AnswerRe: WTL DDX with controls, really? Pin
Li Lirong3-Sep-03 16:32
Li Lirong3-Sep-03 16:32 
AnswerRe: WTL DDX with controls, really? Pin
Ernesto D.3-Sep-03 17:55
Ernesto D.3-Sep-03 17:55 
GeneralRe: WTL DDX with controls, really? Pin
Michael Dunn3-Sep-03 19:25
sitebuilderMichael Dunn3-Sep-03 19:25 
AnswerWTL dead ??? Pin
TW7-Sep-03 23:44
TW7-Sep-03 23:44 
GeneralRe: WTL dead ??? Pin
Steve S8-Sep-03 5:22
Steve S8-Sep-03 5:22 
GeneralRe: WTL dead ??? Pin
Jörgen Sigvardsson16-Sep-03 12:49
Jörgen Sigvardsson16-Sep-03 12:49 
GeneralRe: WTL dead ??? Pin
Steve S16-Sep-03 21:08
Steve S16-Sep-03 21:08 
QuestionHow to Change Atl Dialog Color and Make Control Transparent? Pin
zhangyifei1-Sep-03 17:15
zhangyifei1-Sep-03 17:15 
QuestionSo..........exporting STL containers from a dll? Pin
Abebe1-Sep-03 4:18
Abebe1-Sep-03 4:18 
AnswerRe: So..........exporting STL containers from a dll? Pin
Joaquín M López Muñoz1-Sep-03 4:47
Joaquín M López Muñoz1-Sep-03 4:47 
GeneralRe: So..........exporting STL containers from a dll? Pin
Abebe1-Sep-03 23:05
Abebe1-Sep-03 23:05 
GeneralRe: So..........exporting STL containers from a dll? Pin
Alexandru Savescu2-Sep-03 3:06
Alexandru Savescu2-Sep-03 3:06 
GeneralRe: So..........exporting STL containers from a dll? Pin
Abebe2-Sep-03 3:55
Abebe2-Sep-03 3:55 

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.