Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: regular expression library for win32 api c or c++ Pin
Graham Shanks8-Jan-10 10:39
Graham Shanks8-Jan-10 10:39 
AnswerRe: regular expression library for win32 api c or c++ Pin
Nemanja Trifunovic8-Jan-10 12:07
Nemanja Trifunovic8-Jan-10 12:07 
GeneralRe: regular expression library for win32 api c or c++ Pin
Jayapal Chandran9-Jan-10 5:39
Jayapal Chandran9-Jan-10 5:39 
QuestionQuestion about reading and writing to a file Pin
amichai228-Jan-10 6:25
amichai228-Jan-10 6:25 
AnswerRe: Question about reading and writing to a file PinPopular
amichai228-Jan-10 6:28
amichai228-Jan-10 6:28 
GeneralRe: Question about reading and writing to a file Pin
Nelek8-Jan-10 6:38
protectorNelek8-Jan-10 6:38 
Questionstring array Pin
CODEPC8-Jan-10 5:08
CODEPC8-Jan-10 5:08 
AnswerRe: string array Pin
Richard MacCutchan8-Jan-10 5:28
mveRichard MacCutchan8-Jan-10 5:28 
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 

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.