Click here to Skip to main content
15,922,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDebug and attach to a process Pin
deyadav14-Mar-04 17:49
deyadav14-Mar-04 17:49 
GeneralRe: Debug and attach to a process Pin
Monty214-Mar-04 18:00
Monty214-Mar-04 18:00 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 18:09
deyadav14-Mar-04 18:09 
GeneralRe: Debug and attach to a process Pin
Monty214-Mar-04 18:37
Monty214-Mar-04 18:37 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 19:06
deyadav14-Mar-04 19:06 
GeneralRe: Debug and attach to a process Pin
Antti Keskinen14-Mar-04 21:40
Antti Keskinen14-Mar-04 21:40 
GeneralRe: Debug and attach to a process Pin
deyadav14-Mar-04 22:04
deyadav14-Mar-04 22:04 
GeneralRe: Debug and attach to a process Pin
Michael Dunn15-Mar-04 4:11
sitebuilderMichael Dunn15-Mar-04 4:11 
If all you want is to debug a DLL, then you're going about it the wrong way. Attaching to a process is used when you want to debug that process. To debug your DLL, you need a program that loads and uses the DLL. When you hit F5 the first time, VC asks you what EXE to run, that's where you tell it the name of the program that will use the DLL.
For example, if your DLL were an IE plugin, you would use IE as the program.

--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
You cannot truly appreciate Dilbert unless you've read it in the original Klingon.
GeneralHelp!! The format of number in VC++ Pin
Flydian14-Mar-04 15:59
Flydian14-Mar-04 15:59 
GeneralRe: Help!! The format of number in VC++ Pin
Prakash Nadar14-Mar-04 17:10
Prakash Nadar14-Mar-04 17:10 
GeneralRe: Help!! The format of number in VC++ Pin
Ravi Bhavnani14-Mar-04 18:08
professionalRavi Bhavnani14-Mar-04 18:08 
Generaltoolbar separators not displayed in XP style Pin
Mark Walsen14-Mar-04 15:21
Mark Walsen14-Mar-04 15:21 
GeneralRe: toolbar separators not displayed in XP style Pin
Mark Walsen15-Mar-04 7:46
Mark Walsen15-Mar-04 7:46 
Generaldrawing lines that can be moved - please help Pin
aartee14-Mar-04 13:38
aartee14-Mar-04 13:38 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus14-Mar-04 15:54
protectorChristian Graus14-Mar-04 15:54 
GeneralRe: drawing lines that can be moved - please help Pin
aartee15-Mar-04 3:24
aartee15-Mar-04 3:24 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus15-Mar-04 8:13
protectorChristian Graus15-Mar-04 8:13 
GeneralRe: drawing lines that can be moved - please help Pin
aartee16-Mar-04 6:17
aartee16-Mar-04 6:17 
GeneralRe: drawing lines that can be moved - please help Pin
Christian Graus16-Mar-04 9:18
protectorChristian Graus16-Mar-04 9:18 
General1st grade faculty of computer science n00b Pin
lordgreg14-Mar-04 10:44
lordgreg14-Mar-04 10:44 
GeneralRe: 1st grade faculty of computer science n00b Pin
Michael Dunn14-Mar-04 12:54
sitebuilderMichael Dunn14-Mar-04 12:54 
GeneralRe: 1st grade faculty of computer science n00b Pin
lordgreg14-Mar-04 22:34
lordgreg14-Mar-04 22:34 
GeneralRe: 1st grade faculty of computer science n00b Pin
Michael Dunn15-Mar-04 4:10
sitebuilderMichael Dunn15-Mar-04 4:10 
GeneralVisual C++ .NET Disassembly Window Pin
valikac14-Mar-04 7:04
valikac14-Mar-04 7:04 
GeneralRe: Visual C++ .NET Disassembly Window Pin
Antti Keskinen14-Mar-04 10:10
Antti Keskinen14-Mar-04 10:10 

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.