Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 3:01
George_George27-Jun-06 3:01 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 3:14
Viorel.27-Jun-06 3:14 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 3:33
George_George27-Jun-06 3:33 
AnswerRe: using VC6 link VC7 static lib error Pin
Michael Dunn27-Jun-06 6:48
sitebuilderMichael Dunn27-Jun-06 6:48 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 21:16
George_George27-Jun-06 21:16 
GeneralRe: using VC6 link VC7 static lib error Pin
Michael Dunn28-Jun-06 5:36
sitebuilderMichael Dunn28-Jun-06 5:36 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George29-Jun-06 21:31
George_George29-Jun-06 21:31 
GeneralRe: using VC6 link VC7 static lib error Pin
Michael Dunn1-Jul-06 2:04
sitebuilderMichael Dunn1-Jul-06 2:04 
The problem isn't DLLs, it's C++ name decoration. The standard does not define a standard decoration scheme. So if 2 compilers, or 2 versions of a compiler, use a different scheme, their LIBs won't be compatible.
That's why many APIs are exposed from DLLs using extern "C" (no decoration at all) because that's the lowest common denomiator that all compilers can understand and use.

GeneralRe: using VC6 link VC7 static lib error Pin
George_George2-Jul-06 18:57
George_George2-Jul-06 18:57 
Questionsetdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:05
Amit Agarrwal27-Jun-06 1:05 
AnswerRe: setdlgitem text is not showing the message. Pin
Viorel.27-Jun-06 1:20
Viorel.27-Jun-06 1:20 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:41
Amit Agarrwal27-Jun-06 1:41 
QuestionRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 1:54
Hamid_RT27-Jun-06 1:54 
AnswerRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:58
Amit Agarrwal27-Jun-06 1:58 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 2:06
Hamid_RT27-Jun-06 2:06 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:15
Amit Agarrwal27-Jun-06 3:15 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 3:28
Hamid_RT27-Jun-06 3:28 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:38
Amit Agarrwal27-Jun-06 3:38 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 3:51
Hamid_RT27-Jun-06 3:51 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 3:59
Amit Agarrwal27-Jun-06 3:59 
GeneralRe: setdlgitem text is not showing the message. Pin
Hamid_RT27-Jun-06 4:11
Hamid_RT27-Jun-06 4:11 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal28-Jun-06 1:20
Amit Agarrwal28-Jun-06 1:20 
AnswerRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 1:52
James R. Twine27-Jun-06 1:52 
GeneralRe: setdlgitem text is not showing the message. Pin
Amit Agarrwal27-Jun-06 1:59
Amit Agarrwal27-Jun-06 1:59 
GeneralRe: setdlgitem text is not showing the message. Pin
James R. Twine27-Jun-06 2:05
James R. Twine27-Jun-06 2:05 

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.