Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All

I have written an MFC application code. In that I have two projects: the main project outputs .exe and the second project outputs .dll which is used by the main project.

The code runs fine and does I what I want it to do.

However, when I put a breakpoint in the .dll code, it does not break.

What changes should I make in the project?

Thanks a lot.

Chintan
Posted

1 solution

I'm going to start with the simplest answer: are you in debug mode? Assuming you've already tried that, I think this post might help you out or at least point you in the right direction:

http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/7fddce63-b971-41c6-a12b-55ae4211a4fd/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900