Click here to Skip to main content
15,908,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTurn of .NET Pin
Rob2183-Feb-06 12:21
Rob2183-Feb-06 12:21 
AnswerRe: Turn of .NET Pin
Gary R. Wheeler5-Feb-06 2:37
Gary R. Wheeler5-Feb-06 2:37 
GeneralRe: Turn of .NET Pin
Rob2185-Feb-06 19:19
Rob2185-Feb-06 19:19 
QuestionHELP! Unable to detect ! Pin
Rob2183-Feb-06 12:02
Rob2183-Feb-06 12:02 
AnswerRe: HELP! Unable to detect ! Pin
Rob2183-Feb-06 12:52
Rob2183-Feb-06 12:52 
QuestionConverting VS 6.0 to VS 7.1 Pin
newbie53453-Feb-06 11:11
newbie53453-Feb-06 11:11 
AnswerRe: Converting VS 6.0 to VS 7.1 Pin
Michael Dunn3-Feb-06 12:52
sitebuilderMichael Dunn3-Feb-06 12:52 
AnswerRe: Converting VS 6.0 to VS 7.1 Pin
Gary R. Wheeler5-Feb-06 2:59
Gary R. Wheeler5-Feb-06 2:59 
Chris, if you are getting link warnings, you should probably fix those before you try to debug anything else.

Runtime check failure #3 is a stack problem, indicating that you are calling a function with a set of arguments different from what it is expecting. The 4098 link warning indicates that there is at least one function you are calling that the linker found in two object libraries. It will choose one of the definitions. In this case, it sounds like it chose the incorrect one.

The 4075 warning also indicates that you have linker options set that you can't use together. I would fix this one first, since it may fix the other problem for you.


Software Zen: delete this;
Questiondebug visual c++ 2003 application in windows 98 Pin
Hesham Desouky3-Feb-06 10:33
Hesham Desouky3-Feb-06 10:33 
AnswerRe: debug visual c++ 2003 application in windows 98 Pin
Michael Dunn3-Feb-06 12:53
sitebuilderMichael Dunn3-Feb-06 12:53 
QuestionRetrieving now playing song in Windows Media Player Pin
Allad3-Feb-06 9:24
Allad3-Feb-06 9:24 
AnswerRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE3-Feb-06 9:30
EXTEIDE3-Feb-06 9:30 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad3-Feb-06 10:02
Allad3-Feb-06 10:02 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE3-Feb-06 10:35
EXTEIDE3-Feb-06 10:35 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad3-Feb-06 15:30
Allad3-Feb-06 15:30 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE3-Feb-06 19:06
EXTEIDE3-Feb-06 19:06 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 6:23
Allad4-Feb-06 6:23 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE4-Feb-06 6:57
EXTEIDE4-Feb-06 6:57 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 8:09
Allad4-Feb-06 8:09 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE4-Feb-06 8:41
EXTEIDE4-Feb-06 8:41 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
EXTEIDE4-Feb-06 7:04
EXTEIDE4-Feb-06 7:04 
AnswerRe: Retrieving now playing song in Windows Media Player Pin
Michael Dunn3-Feb-06 18:48
sitebuilderMichael Dunn3-Feb-06 18:48 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 6:28
Allad4-Feb-06 6:28 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Michael Dunn4-Feb-06 6:41
sitebuilderMichael Dunn4-Feb-06 6:41 
GeneralRe: Retrieving now playing song in Windows Media Player Pin
Allad4-Feb-06 6:47
Allad4-Feb-06 6:47 

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.