Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: string array Pin
Rajesh R Subramanian8-Jan-10 6:07
professionalRajesh R Subramanian8-Jan-10 6:07 
GeneralRe: string array Pin
Cedric Moonen8-Jan-10 7:35
Cedric Moonen8-Jan-10 7:35 
GeneralRe: string array Pin
Rajesh R Subramanian8-Jan-10 7:51
professionalRajesh R Subramanian8-Jan-10 7:51 
GeneralRe: string array Pin
Cedric Moonen8-Jan-10 8:06
Cedric Moonen8-Jan-10 8:06 
GeneralRe: string array Pin
Richard MacCutchan8-Jan-10 8:59
mveRichard MacCutchan8-Jan-10 8:59 
JokeRe: string array Pin
CPallini9-Jan-10 4:56
mveCPallini9-Jan-10 4:56 
QuestionSimilar named function in 2 static .lib files problem Pin
Chesnokov Yuriy8-Jan-10 5:04
professionalChesnokov Yuriy8-Jan-10 5:04 
AnswerRe: Similar named function in 2 static .lib files problem Pin
Migounette8-Jan-10 12:40
Migounette8-Jan-10 12:40 
From your explainations, it will depend on your link command line.

in fact if you link 1 with 3 without providing 2 in the path, you library will have the code from 1.
It's because your are in static, so the library will copy the code during the link operation.

Otherwise you will have an error : duplicate symbols detected

My two cents
AnswerRe: Similar named function in 2 static .lib files problem Pin
Chesnokov Yuriy10-Jan-10 1:34
professionalChesnokov Yuriy10-Jan-10 1:34 
AnswerRe: Similar named function in 2 static .lib files problem Pin
Saurabh.Garg9-Jan-10 14:34
Saurabh.Garg9-Jan-10 14:34 
GeneralRe: Similar named function in 2 static .lib files problem Pin
Chesnokov Yuriy10-Jan-10 1:32
professionalChesnokov Yuriy10-Jan-10 1:32 
Questionconverting float from host to network order Pin
Vishal Kumar Soni8-Jan-10 5:01
Vishal Kumar Soni8-Jan-10 5:01 
AnswerRe: converting float from host to network order Pin
Moak8-Jan-10 8:36
Moak8-Jan-10 8:36 
GeneralRe: converting float from host to network order Pin
Vishal Kumar Soni8-Jan-10 23:57
Vishal Kumar Soni8-Jan-10 23:57 
AnswerRe: converting float from host to network order Pin
Graham Shanks8-Jan-10 11:26
Graham Shanks8-Jan-10 11:26 
QuestionRe: converting float from host to network order Pin
Moak8-Jan-10 12:21
Moak8-Jan-10 12:21 
AnswerRe: converting float from host to network order Pin
Graham Shanks8-Jan-10 12:58
Graham Shanks8-Jan-10 12:58 
GeneralRe: converting float from host to network order Pin
Moak8-Jan-10 13:14
Moak8-Jan-10 13:14 
GeneralRe: converting float from host to network order Pin
Vishal Kumar Soni8-Jan-10 23:58
Vishal Kumar Soni8-Jan-10 23:58 
Questionwhen will EndPage() failed in MFC Pin
kir_MFC8-Jan-10 4:07
kir_MFC8-Jan-10 4:07 
AnswerRe: when will EndPage() failed in MFC [modified] Pin
Nelek8-Jan-10 4:33
protectorNelek8-Jan-10 4:33 
AnswerRe: when will EndPage() failed in MFC Pin
PJ Arends8-Jan-10 7:29
professionalPJ Arends8-Jan-10 7:29 
QuestionHiding the column header in a CListCtrl Pin
maycockt8-Jan-10 1:24
maycockt8-Jan-10 1:24 
AnswerRe: Hiding the column header in a CListCtrl Pin
Abhi Lahare8-Jan-10 1:29
Abhi Lahare8-Jan-10 1:29 
AnswerRe: Hiding the column header in a CListCtrl Pin
maycockt8-Jan-10 1:32
maycockt8-Jan-10 1:32 

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.