Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 1:04
Shraddhan23-Jan-06 1:04 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 1:13
khan++23-Jan-06 1:13 
GeneralRe: Around 500 controls in a Dialog Pin
Shraddhan23-Jan-06 1:22
Shraddhan23-Jan-06 1:22 
GeneralRe: Around 500 controls in a Dialog Pin
khan++23-Jan-06 1:32
khan++23-Jan-06 1:32 
AnswerRe: Around 500 controls in a Dialog Pin
Sheng Jiang 蒋晟13-Jan-06 18:18
Sheng Jiang 蒋晟13-Jan-06 18:18 
AnswerRe: Around 500 controls in a Dialog Pin
ThatsAlok15-Jan-06 18:54
ThatsAlok15-Jan-06 18:54 
QuestionDebug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 2:40
eddyroth13-Jan-06 2:40 
AnswerRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 4:36
professionalChris Losinger13-Jan-06 4:36 
eddyroth wrote:
Nodbody knows a solution ?


sometimes it takes more than an hour...

eddyroth wrote:
I would like to debug my class which is located in the dll.


there are a number of ways.

the one i use most often is to open the DLL project in VC6, set it as the Active Project, then run it (Start Debugging). the debugger will ask you for an executable. give it the path to your VS.Net EXE. it will run the EXE and you can debug your DLL. this works in many situations - i use it most ofter to debug DLLs that interact with VB (just make VB.EXE the DLL's EXE).

you should probably put a copy of your DLL in the Windows folder, or someplace the EXE can find it. you'll need to put a new copy there each time you make a change to the DLL, so that the debug info maps to the source files correctly.

or, you can just import the DLL project into VS.Net and build it there. that's probably the simplest way.


Cleek | Image Toolkits | Thumbnail maker

GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 5:44
eddyroth13-Jan-06 5:44 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 5:46
professionalChris Losinger13-Jan-06 5:46 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 6:01
eddyroth13-Jan-06 6:01 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Nish Nishant13-Jan-06 6:26
sitebuilderNish Nishant13-Jan-06 6:26 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth13-Jan-06 6:51
eddyroth13-Jan-06 6:51 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Nish Nishant13-Jan-06 10:16
sitebuilderNish Nishant13-Jan-06 10:16 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth15-Jan-06 21:40
eddyroth15-Jan-06 21:40 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
Chris Losinger13-Jan-06 7:32
professionalChris Losinger13-Jan-06 7:32 
GeneralRe: Debug a 6.0.DLL from VS.NET Pin
eddyroth15-Jan-06 21:43
eddyroth15-Jan-06 21:43 
QuestionCListCtrl: Automatic Scroll Down Pin
romuzu13-Jan-06 2:28
romuzu13-Jan-06 2:28 
AnswerRe: CListCtrl: Automatic Scroll Down Pin
kakan13-Jan-06 2:37
professionalkakan13-Jan-06 2:37 
AnswerRe: CListCtrl: Automatic Scroll Down Pin
Rajesh R Subramanian13-Jan-06 18:57
professionalRajesh R Subramanian13-Jan-06 18:57 
GeneralRe: CListCtrl: Automatic Scroll Down Pin
romuzu15-Jan-06 22:38
romuzu15-Jan-06 22:38 
GeneralRe: CListCtrl: Automatic Scroll Down Pin
Rajesh R Subramanian18-Jan-06 23:45
professionalRajesh R Subramanian18-Jan-06 23:45 
QuestionActiveX control popping up a modal dialog Pin
sps-itsec4613-Jan-06 2:17
sps-itsec4613-Jan-06 2:17 
AnswerRe: ActiveX control popping up a modal dialog Pin
sps-itsec4616-Jan-06 5:15
sps-itsec4616-Jan-06 5:15 
QuestionProblem when inserting items in CListCtrl Icon view Pin
Naveen13-Jan-06 1:42
Naveen13-Jan-06 1:42 

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.