Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
WindowsPistha24-Aug-08 19:11
WindowsPistha24-Aug-08 19:11 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
David Crow25-Aug-08 4:14
David Crow25-Aug-08 4:14 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
WindowsPistha26-Aug-08 4:22
WindowsPistha26-Aug-08 4:22 
QuestionDifference between 2 threads & 64 threads in VC++ Pin
lakshmiyv1723-Aug-08 2:14
lakshmiyv1723-Aug-08 2:14 
AnswerRe: Difference between 2 threads & 64 threads in VC++ [modified] Pin
SandipG 23-Aug-08 4:55
SandipG 23-Aug-08 4:55 
AnswerRe: Difference between 2 threads & 64 threads in VC++ Pin
bob1697223-Aug-08 8:22
bob1697223-Aug-08 8:22 
QuestionDebugging a Win32 dll loaded by LoadLibrary Pin
Klempie23-Aug-08 1:35
Klempie23-Aug-08 1:35 
AnswerRe: Debugging a Win32 dll loaded by LoadLibrary [modified] Pin
SandipG 23-Aug-08 4:52
SandipG 23-Aug-08 4:52 
Klempie wrote:
1) Is there some kind of mechanism in Visual Studio which can reference the dll via the dll project instead of the filesystem and


I dont know what do you mean by this..
But
Klempie wrote:
2) consequently, what do I need to do to debug code that is executing from that dll project?



This can be done.

Steps
1. Put break points in the code that you want to debug.
2. Press F5(debug) on your dll project.
3. It will ask you the executable path
4. Browse and specify the path of the exe which uses this dll.
5. Now perform the action on exe that invokes dll functionality.


I hope that makes sense.

Regards,
Sandip.

GeneralRe: Debugging a Win32 dll loaded by LoadLibrary Pin
Klempie24-Aug-08 6:07
Klempie24-Aug-08 6:07 
AnswerRe: Debugging a Win32 dll loaded by LoadLibrary Pin
Hamid_RT23-Aug-08 6:50
Hamid_RT23-Aug-08 6:50 
QuestionHow to get a url if IP address is known Pin
Dhiraj kumar Saini23-Aug-08 1:04
Dhiraj kumar Saini23-Aug-08 1:04 
AnswerRe: How to get a url if IP address is known Pin
Perspx23-Aug-08 1:31
Perspx23-Aug-08 1:31 
AnswerRe: How to get a url if IP address is known Pin
enhzflep23-Aug-08 1:33
enhzflep23-Aug-08 1:33 
Question[Message Deleted] Pin
Dhiraj kumar Saini23-Aug-08 0:01
Dhiraj kumar Saini23-Aug-08 0:01 
QuestionRe: dictionary problem Pin
enhzflep23-Aug-08 1:36
enhzflep23-Aug-08 1:36 
QuestionRemove unexpexted out put Pin
vcprog22-Aug-08 23:58
vcprog22-Aug-08 23:58 
AnswerRe: Remove unexpexted out put Pin
Ștefan-Mihai MOGA23-Aug-08 0:13
professionalȘtefan-Mihai MOGA23-Aug-08 0:13 
GeneralRe: Remove unexpexted out put Pin
vcprog23-Aug-08 0:32
vcprog23-Aug-08 0:32 
GeneralRe: Remove unexpexted out put Pin
Ștefan-Mihai MOGA23-Aug-08 0:54
professionalȘtefan-Mihai MOGA23-Aug-08 0:54 
GeneralRe: Remove unexpexted out put Pin
vcprog23-Aug-08 1:07
vcprog23-Aug-08 1:07 
GeneralRe: Remove unexpexted out put Pin
David Crow23-Aug-08 4:03
David Crow23-Aug-08 4:03 
AnswerRe: Remove unexpexted out put Pin
David Crow23-Aug-08 4:04
David Crow23-Aug-08 4:04 
GeneralRe: Remove unexpexted out put Pin
NewVC++24-Aug-08 18:42
NewVC++24-Aug-08 18:42 
QuestionRe: Remove unexpexted out put Pin
David Crow25-Aug-08 4:20
David Crow25-Aug-08 4:20 
Questionconvert into string Pin
polopo22-Aug-08 23:10
polopo22-Aug-08 23: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.