Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 10:49
SublimeRide28-Oct-05 10:49 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide28-Oct-05 20:20
SublimeRide28-Oct-05 20:20 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
David Crow31-Oct-05 2:33
David Crow31-Oct-05 2:33 
GeneralRe: UPDATE! Re: Debug Assertion Failure wincore.cpp Pin
SublimeRide3-Nov-05 8:11
SublimeRide3-Nov-05 8:11 
QuestionMFC/COM EXE and DLL debugging Pin
Babto20-Oct-05 10:08
Babto20-Oct-05 10:08 
AnswerRe: MFC/COM EXE and DLL debugging Pin
PJ Arends20-Oct-05 11:14
professionalPJ Arends20-Oct-05 11:14 
GeneralRe: MFC/COM EXE and DLL debugging Pin
Babto20-Oct-05 11:46
Babto20-Oct-05 11:46 
AnswerRe: MFC/COM EXE and DLL debugging Pin
Chris Losinger20-Oct-05 11:17
professionalChris Losinger20-Oct-05 11:17 
Babto wrote:
not included in main MFC/COM exe project workspace


can you put it into that workspace?

if not, open the DLL's workspace, go to Project / Settings / Debug and give the path to your MFC app in the "Executable for debug session" field. then 'run' your DLL. it will launch your app, and you can set breakpoints in your DLL code (but not in your app's code).

putting the DLL in your app's workspace (even if just temporarily) is really the best way to do it, though.


Cleek | Image Toolkits | Thumbnail maker

QuestionI want a Timer fuction on Non UI thread Pin
Anonymous20-Oct-05 9:26
Anonymous20-Oct-05 9:26 
AnswerRe: I want a Timer fuction on Non UI thread Pin
willy_total20-Oct-05 9:35
willy_total20-Oct-05 9:35 
GeneralRe: I want a Timer fuction on Non UI thread Pin
RaajaOfSelf20-Oct-05 9:51
RaajaOfSelf20-Oct-05 9:51 
GeneralRe: I want a Timer fuction on Non UI thread Pin
willy_total21-Oct-05 3:39
willy_total21-Oct-05 3:39 
AnswerRe: I want a Timer fuction on Non UI thread Pin
RaajaOfSelf20-Oct-05 9:49
RaajaOfSelf20-Oct-05 9:49 
AnswerRe: I want a Timer fuction on Non UI thread Pin
bugDanny20-Oct-05 9:55
bugDanny20-Oct-05 9:55 
AnswerRe: I want a Timer fuction on Non UI thread Pin
PJ Arends20-Oct-05 10:00
professionalPJ Arends20-Oct-05 10:00 
GeneralRe: I want a Timer fuction on Non UI thread Pin
Anonymous20-Oct-05 10:27
Anonymous20-Oct-05 10:27 
GeneralRe: I want a Timer fuction on Non UI thread Pin
PJ Arends20-Oct-05 11:09
professionalPJ Arends20-Oct-05 11:09 
QuestionMultithread Pin
benjnp20-Oct-05 8:06
benjnp20-Oct-05 8:06 
AnswerRe: Multithread Pin
David Crow20-Oct-05 8:19
David Crow20-Oct-05 8:19 
GeneralRe: Multithread Pin
benjnp20-Oct-05 14:50
benjnp20-Oct-05 14:50 
GeneralRe: Multithread Pin
Blake V. Miller20-Oct-05 17:43
Blake V. Miller20-Oct-05 17:43 
GeneralRe: Multithread Pin
benjnp20-Oct-05 18:20
benjnp20-Oct-05 18:20 
GeneralRe: Multithread Pin
Blake V. Miller24-Nov-05 9:12
Blake V. Miller24-Nov-05 9:12 
GeneralRe: Multithread Pin
David Crow21-Oct-05 2:56
David Crow21-Oct-05 2:56 
AnswerRe: Multithread Pin
PJ Arends20-Oct-05 10:07
professionalPJ Arends20-Oct-05 10:07 

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.