Click here to Skip to main content
15,920,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ESMTP Pin
neha.agarwal2722-Nov-06 21:31
neha.agarwal2722-Nov-06 21:31 
AnswerRe: ESMTP Pin
Galatei23-Nov-06 1:50
Galatei23-Nov-06 1:50 
Questionfitting the view Pin
sheetal_0622-Nov-06 20:01
sheetal_0622-Nov-06 20:01 
AnswerRe: fitting the view Pin
Rajesh R Subramanian22-Nov-06 20:35
professionalRajesh R Subramanian22-Nov-06 20:35 
GeneralRe: fitting the view Pin
sheetal_0622-Nov-06 21:14
sheetal_0622-Nov-06 21:14 
GeneralRe: fitting the view Pin
Rajesh R Subramanian22-Nov-06 22:51
professionalRajesh R Subramanian22-Nov-06 22:51 
Questionerror LNK2005: _DllMain@12 already defined in SPLibrSync.obj Pin
DattaK22-Nov-06 19:53
DattaK22-Nov-06 19:53 
AnswerRe: error LNK2005: _DllMain@12 already defined in SPLibrSync.obj Pin
Waldermort22-Nov-06 20:54
Waldermort22-Nov-06 20:54 
The error is telling you that you have two functions with the same name, paramaters and return type defined more than once. It sounds like you are trying to combine the source codes for 2 DLL's into one, if so then you need to also combine the two _DllMain functions into one.
GeneralRe: error LNK2005: _DllMain@12 already defined in SPLibrSync.obj Pin
DattaK22-Nov-06 21:33
DattaK22-Nov-06 21:33 
AnswerRe: error LNK2005: _DllMain@12 already defined in SPLibrSync.obj Pin
Cedric Moonen22-Nov-06 21:42
Cedric Moonen22-Nov-06 21:42 
QuestionUnicode Conversion Pin
Vineet Kumar22-Nov-06 19:51
Vineet Kumar22-Nov-06 19:51 
AnswerRe: Unicode Conversion Pin
ThatsAlok22-Nov-06 21:33
ThatsAlok22-Nov-06 21:33 
GeneralRe: Unicode Conversion Pin
Michael Dunn23-Nov-06 0:30
sitebuilderMichael Dunn23-Nov-06 0:30 
GeneralRe: Unicode Conversion Pin
ThatsAlok23-Nov-06 0:46
ThatsAlok23-Nov-06 0:46 
GeneralRe: Unicode Conversion Pin
Michael Dunn23-Nov-06 1:06
sitebuilderMichael Dunn23-Nov-06 1:06 
AnswerRe: Unicode Conversion Pin
Michael Dunn23-Nov-06 0:30
sitebuilderMichael Dunn23-Nov-06 0:30 
GeneralRe: Unicode Conversion Pin
Vineet Kumar23-Nov-06 21:46
Vineet Kumar23-Nov-06 21:46 
GeneralRe: Unicode Conversion Pin
Michael Dunn24-Nov-06 10:35
sitebuilderMichael Dunn24-Nov-06 10:35 
QuestionHow to modify the registry setting? Pin
LaHaHa22-Nov-06 19:44
LaHaHa22-Nov-06 19:44 
AnswerRe: How to modify the registry setting? Pin
Waldermort22-Nov-06 19:54
Waldermort22-Nov-06 19:54 
AnswerRe: How to modify the registry setting? Pin
Suresh H22-Nov-06 19:57
Suresh H22-Nov-06 19:57 
GeneralRe: How to modify the registry setting? Pin
Rajesh R Subramanian22-Nov-06 20:23
professionalRajesh R Subramanian22-Nov-06 20:23 
GeneralRe: How to modify the registry setting? Pin
Suresh H22-Nov-06 20:26
Suresh H22-Nov-06 20:26 
GeneralRe: How to modify the registry setting? Pin
ThatsAlok22-Nov-06 21:35
ThatsAlok22-Nov-06 21:35 
GeneralRe: How to modify the registry setting? Pin
Rajesh R Subramanian22-Nov-06 22:46
professionalRajesh R Subramanian22-Nov-06 22: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.