Click here to Skip to main content
15,905,558 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to print content of a CRichEditCtrl to a Rect Pin
AnTri21-Nov-05 9:43
AnTri21-Nov-05 9:43 
AnswerRe: How to print content of a CRichEditCtrl to a Rect Pin
Aamir Butt21-Nov-05 21:21
Aamir Butt21-Nov-05 21:21 
QuestionCheck box next to selected menu items Pin
NYTSX21-Nov-05 9:05
NYTSX21-Nov-05 9:05 
AnswerRe: Check box next to selected menu items Pin
Maximilien21-Nov-05 9:24
Maximilien21-Nov-05 9:24 
GeneralRe: Check box next to selected menu items Pin
NYTSX21-Nov-05 9:30
NYTSX21-Nov-05 9:30 
AnswerRe: Check box next to selected menu items Pin
NYTSX22-Nov-05 1:53
NYTSX22-Nov-05 1:53 
QuestionDebugging DLL problem Pin
Bob Stanneveld21-Nov-05 7:57
Bob Stanneveld21-Nov-05 7:57 
AnswerRe: Debugging DLL problem Pin
douglasjordan21-Nov-05 8:13
douglasjordan21-Nov-05 8:13 
I have not done any DLL debugging with VS2005 yet, however in the past to get a DLL to step debug I had to start the debugger from the DLL project specifying the EXE that will load the DLL. If you cannot get the EXE to stop at the point you wish, just put an "_asm int 3h" inline and the debugger will stop. If its a debug build it should automatically pull in the source.
GeneralRe: Debugging DLL problem Pin
Bob Stanneveld21-Nov-05 9:16
Bob Stanneveld21-Nov-05 9:16 
AnswerRe: Debugging DLL problem Pin
Chris Meech21-Nov-05 8:22
Chris Meech21-Nov-05 8:22 
GeneralRe: Debugging DLL problem Pin
Bob Stanneveld21-Nov-05 9:18
Bob Stanneveld21-Nov-05 9:18 
AnswerRe: Debugging DLL problem Pin
Chris Losinger21-Nov-05 8:26
professionalChris Losinger21-Nov-05 8:26 
GeneralRe: Debugging DLL problem Pin
Bob Stanneveld21-Nov-05 9:20
Bob Stanneveld21-Nov-05 9:20 
GeneralRe: Debugging DLL problem Pin
Chris Losinger21-Nov-05 9:27
professionalChris Losinger21-Nov-05 9:27 
GeneralRe: Debugging DLL problem Pin
Bob Stanneveld21-Nov-05 9:38
Bob Stanneveld21-Nov-05 9:38 
QuestionLRU & FIFO Pin
Jeannie Brown21-Nov-05 6:01
Jeannie Brown21-Nov-05 6:01 
AnswerRe: LRU & FIFO Pin
toxcct21-Nov-05 6:21
toxcct21-Nov-05 6:21 
QuestionCan I call a DLL which was created from VB.net? Pin
ATC21-Nov-05 5:01
ATC21-Nov-05 5:01 
AnswerRe: Can I call a DLL which was created from VB.net? Pin
toxcct21-Nov-05 5:08
toxcct21-Nov-05 5:08 
GeneralRe: Can I call a DLL which was created from VB.net? Pin
ATC21-Nov-05 7:36
ATC21-Nov-05 7:36 
AnswerRe: Can I call a DLL which was created from VB.net? Pin
Mike Dimmick21-Nov-05 7:20
Mike Dimmick21-Nov-05 7:20 
GeneralRe: Can I call a DLL which was created from VB.net? Pin
ATC21-Nov-05 7:31
ATC21-Nov-05 7:31 
Questioncreating a Doc/View App as a dll for a non MFC exe Pin
mintguy21-Nov-05 5:01
mintguy21-Nov-05 5:01 
QuestionBOOST uBLAS (Basic Linear Algebra) Pin
Abbas_Riazi21-Nov-05 3:50
professionalAbbas_Riazi21-Nov-05 3:50 
AnswerRe: BOOST uBLAS (Basic Linear Algebra) Pin
toxcct21-Nov-05 4:25
toxcct21-Nov-05 4:25 

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.