Click here to Skip to main content
15,913,361 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Call C functions from VC++ Pin
phil.o17-Jul-19 23:19
professionalphil.o17-Jul-19 23:19 
GeneralRe: Call C functions from VC++ Pin
_Flaviu18-Jul-19 0:19
_Flaviu18-Jul-19 0:19 
GeneralRe: Call C functions from VC++ Pin
phil.o18-Jul-19 0:25
professionalphil.o18-Jul-19 0:25 
AnswerRe: Call C functions from VC++ Pin
Richard MacCutchan18-Jul-19 0:36
mveRichard MacCutchan18-Jul-19 0:36 
GeneralRe: Call C functions from VC++ Pin
_Flaviu18-Jul-19 2:57
_Flaviu18-Jul-19 2:57 
GeneralRe: Call C functions from VC++ Pin
Richard MacCutchan18-Jul-19 3:09
mveRichard MacCutchan18-Jul-19 3:09 
GeneralRe: Call C functions from VC++ Pin
_Flaviu18-Jul-19 3:19
_Flaviu18-Jul-19 3:19 
GeneralRe: Call C functions from VC++ Pin
Richard MacCutchan18-Jul-19 4:03
mveRichard MacCutchan18-Jul-19 4:03 
You are using a previously built precompiled header so you need to force a complete rebuild of your project to ensure it is recreated with the current compiler and header files. Unfortunately most of this is guesswork as we cannot see the structure of your project(s). As I said earlier, calling C functions from C++ always works if you have the correct header and source/object files included.
QuestionRe: Call C functions from VC++ Pin
David Crow18-Jul-19 9:05
David Crow18-Jul-19 9:05 
AnswerRe: Call C functions from VC++ Pin
_Flaviu18-Jul-19 19:20
_Flaviu18-Jul-19 19:20 
GeneralRe: Call C functions from VC++ Pin
Richard MacCutchan18-Jul-19 20:54
mveRichard MacCutchan18-Jul-19 20:54 
GeneralRe: Call C functions from VC++ Pin
Richard MacCutchan18-Jul-19 22:56
mveRichard MacCutchan18-Jul-19 22:56 
QuestionMFC Picture Control image size. Pin
Maximilien17-Jul-19 10:07
Maximilien17-Jul-19 10:07 
AnswerRe: MFC Picture Control image size. Pin
Victor Nijegorodov17-Jul-19 20:32
Victor Nijegorodov17-Jul-19 20:32 
GeneralRe: MFC Picture Control image size. Pin
Maximilien18-Jul-19 3:50
Maximilien18-Jul-19 3:50 
GeneralRe: MFC Picture Control image size. Pin
Victor Nijegorodov18-Jul-19 4:25
Victor Nijegorodov18-Jul-19 4:25 
AnswerRe: MFC Picture Control image size. Pin
Richard MacCutchan17-Jul-19 21:04
mveRichard MacCutchan17-Jul-19 21:04 
GeneralRe: MFC Picture Control image size. Pin
Maximilien18-Jul-19 3:50
Maximilien18-Jul-19 3:50 
GeneralRe: MFC Picture Control image size. Pin
Richard MacCutchan18-Jul-19 4:03
mveRichard MacCutchan18-Jul-19 4:03 
QuestionAlgorithm Problem(C++ solution) Pin
nirvikprantor12-Jul-19 5:05
nirvikprantor12-Jul-19 5:05 
AnswerRe: Algorithm Problem(C++ solution) PinPopular
OriginalGriff12-Jul-19 5:10
mveOriginalGriff12-Jul-19 5:10 
GeneralRe: Algorithm Problem(C++ solution) Pin
Joe Woodbury12-Jul-19 10:02
professionalJoe Woodbury12-Jul-19 10:02 
AnswerRe: Algorithm Problem(C++ solution) Pin
Stefan_Lang15-Jul-19 2:05
Stefan_Lang15-Jul-19 2:05 
AnswerRe: Algorithm Problem(C++ solution) Pin
Gerry Schmitz15-Jul-19 8:14
mveGerry Schmitz15-Jul-19 8:14 
QuestionOverflow check on integer multiplication in C ? Pin
Hans9999-Jul-19 2:01
Hans9999-Jul-19 2:01 

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.