Click here to Skip to main content
15,890,882 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: HOW TO ACCESS CListBox in ATL Pin
D1koi11-Jun-10 13:22
D1koi11-Jun-10 13:22 
Questionstd::string constructor unresolved linking in VS 2010 Pin
StevenS_Dev6-Jun-10 12:40
StevenS_Dev6-Jun-10 12:40 
AnswerRe: std::string constructor unresolved linking in VS 2010 Pin
StevenS_Dev6-Jun-10 16:44
StevenS_Dev6-Jun-10 16:44 
GeneralRe: std::string constructor unresolved linking in VS 2010 Pin
Stephen Hewitt6-Jun-10 17:41
Stephen Hewitt6-Jun-10 17:41 
AnswerRe: std::string constructor unresolved linking in VS 2010 Pin
Richard MacCutchan6-Jun-10 22:36
mveRichard MacCutchan6-Jun-10 22:36 
GeneralRe: std::string constructor unresolved linking in VS 2010 [modified] Pin
StevenS_Dev7-Jun-10 9:29
StevenS_Dev7-Jun-10 9:29 
GeneralRe: std::string constructor unresolved linking in VS 2010 Pin
Stephen Hewitt7-Jun-10 14:08
Stephen Hewitt7-Jun-10 14:08 
GeneralRe: std::string constructor unresolved linking in VS 2010 Pin
StevenS_Dev18-Jun-10 12:58
StevenS_Dev18-Jun-10 12:58 
Thanks again for the input.

Took me nearly two weeks, but I finally figured out the problem. It turns out we had two classes derived from std::string. I did not realize we had classes derived from std::string.

I had noticed in a smaller test case, adding a certain #include would show the problem. Removing the #include and things would compile/link just fine. Unfortunately, there is a HUGE trail of #include's in that one header. This led me to slowly move #include's out of headers into CPP files allowing me to narrow down which headers were causing a problem. Eventually I got things down to where I noticed one of the std::string-derived classes and I went, "Aha!". Changed it to a 'has a' and the problem went away.
QuestionWhat's the difference between Interface and dispInterface? Pin
KASR13-Jun-10 0:26
KASR13-Jun-10 0:26 
AnswerRe: What's the difference between Interface and dispInterface? Pin
Aescleal3-Jun-10 1:04
Aescleal3-Jun-10 1:04 
GeneralRe: What's the difference between Interface and dispInterface? Pin
Stephen Hewitt3-Jun-10 14:05
Stephen Hewitt3-Jun-10 14:05 
AnswerRe: What's the difference between Interface and dispInterface? Pin
Stephen Hewitt3-Jun-10 14:04
Stephen Hewitt3-Jun-10 14:04 
QuestionCreatin instance failed of a COM Pin
Schehaider_Aymen1-Jun-10 23:28
Schehaider_Aymen1-Jun-10 23:28 
AnswerRe: Creatin instance failed of a COM Pin
Schehaider_Aymen2-Jun-10 0:59
Schehaider_Aymen2-Jun-10 0:59 
GeneralRe: Creatin instance failed of a COM Pin
Randor 2-Jun-10 7:51
professional Randor 2-Jun-10 7:51 
GeneralRe: Creatin instance failed of a COM Pin
Randor 3-Jun-10 14:58
professional Randor 3-Jun-10 14:58 
QuestionATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 6:00
Schehaider_Aymen1-Jun-10 6:00 
AnswerRe: ATL / COM what's the use for ? Pin
Randor 1-Jun-10 8:30
professional Randor 1-Jun-10 8:30 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 9:29
Schehaider_Aymen1-Jun-10 9:29 
GeneralRe: ATL / COM what's the use for ? Pin
Stephen Hewitt3-Jun-10 14:09
Stephen Hewitt3-Jun-10 14:09 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 11:24
Schehaider_Aymen1-Jun-10 11:24 
GeneralRe: ATL / COM what's the use for ? Pin
Randor 1-Jun-10 12:14
professional Randor 1-Jun-10 12:14 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen1-Jun-10 21:06
Schehaider_Aymen1-Jun-10 21:06 
AnswerRe: ATL / COM what's the use for ? Pin
Aescleal2-Jun-10 10:37
Aescleal2-Jun-10 10:37 
GeneralRe: ATL / COM what's the use for ? Pin
Schehaider_Aymen2-Jun-10 21:58
Schehaider_Aymen2-Jun-10 21:58 

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.