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

C / C++ / MFC

 
QuestionBitmap over video problem (VMR9) again... Pin
Storm-blade13-Oct-05 12:42
professionalStorm-blade13-Oct-05 12:42 
QuestionRelease Build Error Pin
itkid13-Oct-05 11:06
itkid13-Oct-05 11:06 
AnswerRe: Release Build Error Pin
Anonymous13-Oct-05 11:42
Anonymous13-Oct-05 11:42 
AnswerRe: Release Build Error Pin
kakan13-Oct-05 19:23
professionalkakan13-Oct-05 19:23 
Questionany good assembly language links? Pin
valerie9913-Oct-05 10:53
valerie9913-Oct-05 10:53 
AnswerRe: any good assembly language links? Pin
ThatsAlok13-Oct-05 19:13
ThatsAlok13-Oct-05 19:13 
Questiontwo projects in 1 solution Pin
LeeeNN13-Oct-05 10:28
LeeeNN13-Oct-05 10:28 
AnswerRe: two projects in 1 solution Pin
FlamTaps13-Oct-05 14:16
FlamTaps13-Oct-05 14:16 
The VS Debugger must "attach" to a process to debug it (hit breakpoints, etc.). Since Project B is launched via CreateProcess() and NOT from the debugger, so the debugger has no association be Project B and the executeable created with CreateProcess().

What you need to do is set a breakpoint right after CreateProcess(). Then, in another instance of VS, open the solution file, and goto "Debug"->"Processes". Select the recently launched executable and click "Attach".
QuestionVC++ 6.0 GUI application with TCL 8.4 Pin
dipuks13-Oct-05 7:41
dipuks13-Oct-05 7:41 
AnswerRe: VC++ 6.0 GUI application with TCL 8.4 Pin
Mohammad A Gdeisat13-Oct-05 14:35
Mohammad A Gdeisat13-Oct-05 14:35 
QuestionDLL Won't load in different location Pin
pgarciajumela13-Oct-05 7:13
pgarciajumela13-Oct-05 7:13 
AnswerRe: DLL Won't load in different location Pin
Chris Losinger13-Oct-05 7:19
professionalChris Losinger13-Oct-05 7:19 
GeneralRe: DLL Won't load in different location Pin
pgarciajumela13-Oct-05 7:22
pgarciajumela13-Oct-05 7:22 
GeneralRe: DLL Won't load in different location Pin
pgarciajumela13-Oct-05 7:31
pgarciajumela13-Oct-05 7:31 
GeneralRe: DLL Won't load in different location Pin
Chris Losinger13-Oct-05 7:40
professionalChris Losinger13-Oct-05 7:40 
GeneralRe: DLL Won't load in different location Pin
pgarciajumela13-Oct-05 8:45
pgarciajumela13-Oct-05 8:45 
GeneralRe: DLL Won't load in different location Pin
Blake V. Miller13-Oct-05 18:07
Blake V. Miller13-Oct-05 18:07 
QuestionGDI- How to draw concentric circles in the client area of window Pin
tamila_tamila13-Oct-05 7:00
tamila_tamila13-Oct-05 7:00 
AnswerRe: GDI- How to draw concentric circles in the client area of window Pin
S. Senthil Kumar13-Oct-05 21:59
S. Senthil Kumar13-Oct-05 21:59 
QuestionRuntime Error, dbgheap.c Line:612 Pin
Jader8913-Oct-05 6:21
Jader8913-Oct-05 6:21 
GeneralRe: Runtime Error, dbgheap.c Line:612 Pin
David Crow13-Oct-05 7:06
David Crow13-Oct-05 7:06 
GeneralRe: Runtime Error, dbgheap.c Line:612 Pin
Jader8913-Oct-05 8:13
Jader8913-Oct-05 8:13 
QuestionRe: Runtime Error, dbgheap.c Line:612 Pin
David Crow13-Oct-05 10:20
David Crow13-Oct-05 10:20 
AnswerRe: Runtime Error, dbgheap.c Line:612 Pin
Jader8914-Oct-05 7:44
Jader8914-Oct-05 7:44 
QuestionHelp with Multi Functions Pin
WackoWolf13-Oct-05 6:12
WackoWolf13-Oct-05 6:12 

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.