Click here to Skip to main content
15,890,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGet rid of STL warnings Pin
_Flaviu10-Dec-13 21:58
_Flaviu10-Dec-13 21:58 
SuggestionRe: Get rid of STL warnings Pin
Richard MacCutchan10-Dec-13 22:23
mveRichard MacCutchan10-Dec-13 22:23 
AnswerRe: Get rid of STL warnings Pin
Freak3010-Dec-13 23:01
Freak3010-Dec-13 23:01 
GeneralRe: Get rid of STL warnings Pin
_Flaviu11-Dec-13 2:37
_Flaviu11-Dec-13 2:37 
SuggestionRe: Get rid of STL warnings Pin
David Crow11-Dec-13 5:19
David Crow11-Dec-13 5:19 
QuestionTrying to reuse code with a static library Pin
Richard Andrew x648-Dec-13 19:21
professionalRichard Andrew x648-Dec-13 19:21 
AnswerRe: Trying to reuse code with a static library Pin
Richard MacCutchan8-Dec-13 22:24
mveRichard MacCutchan8-Dec-13 22:24 
AnswerRe: Trying to reuse code with a static library Pin
Albert Holguin9-Dec-13 5:23
professionalAlbert Holguin9-Dec-13 5:23 
This looks like you're mixing C runtime library types, double check your settings and make sure they're the same. MS really makes it a pain to use libraries that support different projects (that may have multiple runtimes). Essentially you're supposed to make a lib build compatible with each runtime available and link up your main project to the right one.
GeneralRe: Trying to reuse code with a static library Pin
Richard Andrew x649-Dec-13 6:35
professionalRichard Andrew x649-Dec-13 6:35 
GeneralRe: Trying to reuse code with a static library Pin
Albert Holguin9-Dec-13 6:43
professionalAlbert Holguin9-Dec-13 6:43 
AnswerRe: Trying to reuse code with a static library Pin
Gisle Vanem9-Dec-13 22:59
Gisle Vanem9-Dec-13 22:59 
QuestionMissing Button Click Message Pin
BarryPearlman8-Dec-13 8:50
BarryPearlman8-Dec-13 8:50 
QuestionRe: Missing Button Click Message Pin
Richard MacCutchan8-Dec-13 22:21
mveRichard MacCutchan8-Dec-13 22:21 
AnswerRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 3:45
BarryPearlman9-Dec-13 3:45 
GeneralRe: Missing Button Click Message Pin
Richard MacCutchan9-Dec-13 3:54
mveRichard MacCutchan9-Dec-13 3:54 
GeneralRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 4:08
BarryPearlman9-Dec-13 4:08 
GeneralRe: Missing Button Click Message Pin
Richard MacCutchan9-Dec-13 5:12
mveRichard MacCutchan9-Dec-13 5:12 
GeneralRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 9:27
BarryPearlman9-Dec-13 9:27 
AnswerRe: Missing Button Click Message Pin
Freak309-Dec-13 1:18
Freak309-Dec-13 1:18 
GeneralRe: Missing Button Click Message Pin
BarryPearlman9-Dec-13 4:02
BarryPearlman9-Dec-13 4:02 
GeneralRe: Missing Button Click Message Pin
Freak3010-Dec-13 22:51
Freak3010-Dec-13 22:51 
QuestionMorse code in Cpp Pin
Dhananjay RajeNimbalkar6-Dec-13 23:16
Dhananjay RajeNimbalkar6-Dec-13 23:16 
QuestionRe: Morse code in Cpp Pin
Richard MacCutchan7-Dec-13 1:18
mveRichard MacCutchan7-Dec-13 1:18 
AnswerRe: Morse code in Cpp Pin
jschell7-Dec-13 10:37
jschell7-Dec-13 10:37 
AnswerRe: Morse code in Cpp Pin
David Crow8-Dec-13 16:34
David Crow8-Dec-13 16:34 

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.