Click here to Skip to main content
15,881,866 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Passing the member function pointer to the AfxBeginThread and its problems. Pin
David Crow23-Aug-08 4:18
David Crow23-Aug-08 4:18 
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 
I am using the following to load a dll in a Visual C++ 2003 project.

LoadLibrary(_T"mydll.dll"));

mydll.dll is generated by a project within the solution although I have to copy it into the exe's location (or change the filepath string) to get it to load. What I want to know is:

1) Is there some kind of mechanism in Visual Studio which can reference the dll via the dll project instead of the filesystem and
2) consequently, what do I need to do to debug code that is executing from that dll project?

I hope I have worded this well enough to get what I'm trying to do across... Poke tongue | ;-P
AnswerRe: Debugging a Win32 dll loaded by LoadLibrary [modified] Pin
SandipG 23-Aug-08 4:52
SandipG 23-Aug-08 4:52 
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 

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.