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

C / C++ / MFC

 
GeneralRe: BITMAP.bmBits returning NULLS Pin
Niklas L9-Jun-10 21:57
Niklas L9-Jun-10 21:57 
GeneralRe: BITMAP.bmBits returning NULLS Pin
ForNow10-Jun-10 21:29
ForNow10-Jun-10 21:29 
GeneralRe: BITMAP.bmBits returning NULLS Pin
Niklas L14-Jun-10 9:39
Niklas L14-Jun-10 9:39 
QuestionRequest for a company! Pin
maryamtooty7-Jun-10 5:35
maryamtooty7-Jun-10 5:35 
AnswerRe: Request for a company! Pin
Luc Pattyn7-Jun-10 6:29
sitebuilderLuc Pattyn7-Jun-10 6:29 
GeneralRe: Request for a company! Pin
maryamtooty11-Jun-10 5:28
maryamtooty11-Jun-10 5:28 
QuestionLNK4049 Pin
T.RATHA KRISHNAN7-Jun-10 4:37
T.RATHA KRISHNAN7-Jun-10 4:37 
AnswerRe: LNK4049 Pin
Aescleal7-Jun-10 4:44
Aescleal7-Jun-10 4:44 
This[^] has got some interesting blurb as to why this happens. Follow the advice in there and see what happens.

As printf is a standard library function check that all your source files are being compiled to link with the same version of the runtime library. Without any more information I'd suspect that one file is being compiled to link with the static version of the runtime library and another is being compiled to link with the dynamic version of the library.

Either that or you're trying to do something a bit flash like library interpositioning. If you don't know what that is you're probably better off - it gives me sleepless nights.

Cheers,

Ash
QuestionToo Stupid for CListCtrl Pin
Joschwenk6667-Jun-10 4:06
Joschwenk6667-Jun-10 4:06 
AnswerRe: Too Stupid for CListCtrl Pin
David Crow7-Jun-10 4:09
David Crow7-Jun-10 4:09 
GeneralRe: Too Stupid for CListCtrl Pin
Joschwenk6667-Jun-10 5:22
Joschwenk6667-Jun-10 5:22 
QuestionRe: Too Stupid for CListCtrl Pin
David Crow7-Jun-10 5:28
David Crow7-Jun-10 5:28 
AnswerRe: Too Stupid for CListCtrl Pin
Joschwenk6668-Jun-10 2:16
Joschwenk6668-Jun-10 2:16 
GeneralRe: Too Stupid for CListCtrl Pin
David Crow8-Jun-10 2:50
David Crow8-Jun-10 2:50 
GeneralRe: Too Stupid for CListCtrl Pin
Joschwenk6668-Jun-10 5:12
Joschwenk6668-Jun-10 5:12 
QuestionBest Currency Rate Pin
rananaved7-Jun-10 2:28
rananaved7-Jun-10 2:28 
QuestionUtility to fix #includes Pin
Jim @ JCT7-Jun-10 0:00
Jim @ JCT7-Jun-10 0:00 
AnswerRe: Utility to fix #includes Pin
Aescleal7-Jun-10 3:48
Aescleal7-Jun-10 3:48 
GeneralRe: Utility to fix #includes Pin
Jim @ JCT7-Jun-10 4:30
Jim @ JCT7-Jun-10 4:30 
GeneralRe: Utility to fix #includes Pin
Aescleal7-Jun-10 4:34
Aescleal7-Jun-10 4:34 
GeneralRe: Utility to fix #includes Pin
Jim @ JCT7-Jun-10 4:50
Jim @ JCT7-Jun-10 4:50 
AnswerRe: Utility to fix #includes Pin
Stephen Hewitt7-Jun-10 17:10
Stephen Hewitt7-Jun-10 17:10 
QuestionWhy not C++ reflection? Pin
milestanley6-Jun-10 23:25
milestanley6-Jun-10 23:25 
AnswerRe: Why not C++ reflection? Pin
CPallini6-Jun-10 23:44
mveCPallini6-Jun-10 23:44 
AnswerRe: Why not C++ reflection? Pin
Aescleal7-Jun-10 2:04
Aescleal7-Jun-10 2:04 

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.