Click here to Skip to main content
15,891,942 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: get the list of subkeys under a specific key Pin
MrKBA23-Apr-09 3:12
MrKBA23-Apr-09 3:12 
GeneralRe: get the list of subkeys under a specific key Pin
Hamid_RT23-Apr-09 4:11
Hamid_RT23-Apr-09 4:11 
AnswerRe: get the list of subkeys under a specific key Pin
Stuart Dootson23-Apr-09 3:24
professionalStuart Dootson23-Apr-09 3:24 
GeneralRe: get the list of subkeys under a specific key Pin
MrKBA23-Apr-09 4:06
MrKBA23-Apr-09 4:06 
GeneralRe: get the list of subkeys under a specific key Pin
Stuart Dootson23-Apr-09 4:20
professionalStuart Dootson23-Apr-09 4:20 
QuestionHow to convert a byte[] to Bitmap image? Pin
kapardhi23-Apr-09 2:08
kapardhi23-Apr-09 2:08 
AnswerRe: How to convert a byte[] to Bitmap image? Pin
CPallini23-Apr-09 3:01
mveCPallini23-Apr-09 3:01 
GeneralRe: How to convert a byte[] to Bitmap image? Pin
kapardhi23-Apr-09 3:03
kapardhi23-Apr-09 3:03 
GeneralRe: How to convert a byte[] to Bitmap image? Pin
CPallini23-Apr-09 5:37
mveCPallini23-Apr-09 5:37 
Questionlibcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72823-Apr-09 1:52
RKP72823-Apr-09 1:52 
QuestionRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
CPallini23-Apr-09 2:01
mveCPallini23-Apr-09 2:01 
AnswerRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72823-Apr-09 2:18
RKP72823-Apr-09 2:18 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
CPallini23-Apr-09 2:43
mveCPallini23-Apr-09 2:43 
AnswerRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
Stuart Dootson23-Apr-09 3:21
professionalStuart Dootson23-Apr-09 3:21 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72823-Apr-09 19:26
RKP72823-Apr-09 19:26 
Thanks Stuart for the details
The same name of the customized function is as per deisgn
I cannot use a different name for the customized function
You are correct that the linker sees the definition is test.libfirst and then in libcmtd.lib which causes the error.

From the sample code you have shown it imples that the vs2008 build includes the standard strtoul while the vs2003 does not
Am I correct ?
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
Stuart Dootson23-Apr-09 20:06
professionalStuart Dootson23-Apr-09 20:06 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72823-Apr-09 22:06
RKP72823-Apr-09 22:06 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
Stuart Dootson23-Apr-09 22:18
professionalStuart Dootson23-Apr-09 22:18 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72824-Apr-09 0:11
RKP72824-Apr-09 0:11 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
Stuart Dootson24-Apr-09 1:16
professionalStuart Dootson24-Apr-09 1:16 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72824-Apr-09 1:53
RKP72824-Apr-09 1:53 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
Stuart Dootson24-Apr-09 3:23
professionalStuart Dootson24-Apr-09 3:23 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72824-Apr-09 22:09
RKP72824-Apr-09 22:09 
GeneralRe: libcmtd.lib(strtol.obj) : error LNK2005: strtoul already defined in . . . Pin
RKP72826-Apr-09 21:32
RKP72826-Apr-09 21:32 
QuestionHow to implement CCrypto class into a MDI project ? Pin
mesajflaviu23-Apr-09 1:46
mesajflaviu23-Apr-09 1:46 

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.