Click here to Skip to main content
15,896,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVisual Styles API Pin
Konstantin S. Diguine28-Feb-02 2:07
Konstantin S. Diguine28-Feb-02 2:07 
GeneralRe: Visual Styles API Pin
Ravi Bhavnani28-Feb-02 2:29
professionalRavi Bhavnani28-Feb-02 2:29 
GeneralRe: Visual Styles API Pin
Konstantin S. Diguine28-Feb-02 2:47
Konstantin S. Diguine28-Feb-02 2:47 
GeneralRe: Visual Styles API Pin
Ravi Bhavnani28-Feb-02 2:54
professionalRavi Bhavnani28-Feb-02 2:54 
GeneralCreate .mak File Pin
28-Feb-02 1:26
suss28-Feb-02 1:26 
GeneralRe: Create .mak File Pin
Joaquín M López Muñoz28-Feb-02 2:55
Joaquín M López Muñoz28-Feb-02 2:55 
GeneralQuestion about AddIns for Visual Pin
Nokia.pl28-Feb-02 0:40
Nokia.pl28-Feb-02 0:40 
GeneralRe: Question about AddIns for Visual Pin
Gavin Jerman28-Feb-02 1:18
Gavin Jerman28-Feb-02 1:18 
This is an extract from the WndTabs v2.5 addin help file:

"To debug a DevStudio Add-In, you must load DevStudio with the Add-In disabled (i.e., go to Tools|Customize|Add-Ins and disable the add-in). When you load DevStudio the next time, the add-in will not be in memory, so you will be able to overwrite the .dll file when you compile the project.

After the compilation, execute the program. Since the add-in is nothing more than a .dll, you will be prompted for a program to run. Specify the full path to MSDEV.EXE. You'll get a warning message specifying that your program has no debugging information, because MSDEV.EXE itself has none. This warning can be safely ignored.

Once MSDEV.EXE is running under the debugger, you can reactivate the add-in from the Tools|Customize|Add-Ins dialog. The add-in will be loaded with it's debugging information (if you compiled a Debug build), and you should be able to set breakpoints and debug at will. The next time you run MSDEV.EXE from the project workspace, the add-in will get loaded with it automatically."

Gavin
GeneralIs there a way to get IActiveScript*** Pin
Brian V Shifrin27-Feb-02 23:58
Brian V Shifrin27-Feb-02 23:58 
QuestionHow do u find bugs in MFC programs? Pin
John Cruz27-Feb-02 23:31
John Cruz27-Feb-02 23:31 
AnswerRe: How do u find bugs in MFC programs? Pin
Nish Nishant27-Feb-02 23:50
sitebuilderNish Nishant27-Feb-02 23:50 
AnswerRe: How do u find bugs in MFC programs? Pin
Mukkie28-Feb-02 11:29
Mukkie28-Feb-02 11:29 
GeneralRe: How do u find bugs in MFC programs? Pin
Tim Smith28-Feb-02 11:51
Tim Smith28-Feb-02 11:51 
Generalfocusing problem on windows 2000 Pin
27-Feb-02 22:29
suss27-Feb-02 22:29 
GeneralRe: focusing problem on windows 2000 Pin
Nish Nishant27-Feb-02 23:48
sitebuilderNish Nishant27-Feb-02 23:48 
GeneralRe: focusing problem on windows 2000 Pin
Tim Smith28-Feb-02 2:11
Tim Smith28-Feb-02 2:11 
GeneralRe: focusing problem on windows 2000 Pin
28-Feb-02 4:49
suss28-Feb-02 4:49 
GeneralLarge executables when using STL Pin
Travis D. Mathison27-Feb-02 21:32
Travis D. Mathison27-Feb-02 21:32 
GeneralRe: Large executables when using STL Pin
Jon Hulatt28-Feb-02 1:14
Jon Hulatt28-Feb-02 1:14 
GeneralSerial Port Class Pin
Mark Donkers27-Feb-02 15:04
Mark Donkers27-Feb-02 15:04 
GeneralRe: Serial Port Class Pin
Joaquín M López Muñoz27-Feb-02 19:46
Joaquín M López Muñoz27-Feb-02 19:46 
GeneralSendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 13:52
Alan Blakely27-Feb-02 13:52 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Nish Nishant27-Feb-02 14:06
sitebuilderNish Nishant27-Feb-02 14:06 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 14:17
Alan Blakely27-Feb-02 14:17 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Nish Nishant27-Feb-02 14:52
sitebuilderNish Nishant27-Feb-02 14:52 

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.