Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Residental Application Pin
toxcct7-Oct-04 3:37
toxcct7-Oct-04 3:37 
GeneralRe: Residental Application Pin
Micie7-Oct-04 3:40
Micie7-Oct-04 3:40 
GeneralRe: Residental Application Pin
toxcct7-Oct-04 3:50
toxcct7-Oct-04 3:50 
GeneralRe: Residental Application Pin
Micie7-Oct-04 3:56
Micie7-Oct-04 3:56 
GeneralRe: Residental Application Pin
David Crow7-Oct-04 4:10
David Crow7-Oct-04 4:10 
GeneralRe: Residental Application Pin
Micie7-Oct-04 4:13
Micie7-Oct-04 4:13 
GeneralRe: Residental Application Pin
David Crow7-Oct-04 4:21
David Crow7-Oct-04 4:21 
GeneralRe: Residental Application Pin
Micie7-Oct-04 4:30
Micie7-Oct-04 4:30 
GeneralRe: Residental Application Pin
David Crow7-Oct-04 5:15
David Crow7-Oct-04 5:15 
GeneralRe: Residental Application Pin
Micie7-Oct-04 6:24
Micie7-Oct-04 6:24 
GeneralRe: Residental Application Pin
David Crow7-Oct-04 8:05
David Crow7-Oct-04 8:05 
GeneralRe: Residental Application Pin
Blake Miller7-Oct-04 10:58
Blake Miller7-Oct-04 10:58 
GeneralRe: Residental Application Pin
David Crow7-Oct-04 11:12
David Crow7-Oct-04 11:12 
GeneralRe: Residental Application Pin
Mike Beckerleg7-Oct-04 4:12
Mike Beckerleg7-Oct-04 4:12 
GeneralRe: Residental Application Pin
Blake Miller7-Oct-04 10:59
Blake Miller7-Oct-04 10:59 
QuestionHow do I keep Yahoo's IM toast from poping over my screensaver? Pin
randythawkins7-Oct-04 2:27
randythawkins7-Oct-04 2:27 
GeneralNeed handle to CDocument. Pin
Jack12467-Oct-04 2:12
sussJack12467-Oct-04 2:12 
GeneralRe: Need handle to CDocument. Pin
David Crow7-Oct-04 4:15
David Crow7-Oct-04 4:15 
Generaltemplate problems Pin
pankajdaga7-Oct-04 2:01
pankajdaga7-Oct-04 2:01 
GeneralRe: template problems Pin
Joaquín M López Muñoz7-Oct-04 2:29
Joaquín M López Muñoz7-Oct-04 2:29 
GeneralRe: template problems Pin
Joaquín M López Muñoz7-Oct-04 2:38
Joaquín M López Muñoz7-Oct-04 2:38 
GeneralRe: template problems Pin
pankajdaga7-Oct-04 10:44
pankajdaga7-Oct-04 10:44 
GeneralDebugging DLL project in VC++ 6.0 Pin
Neeranjan7-Oct-04 1:51
Neeranjan7-Oct-04 1:51 
GeneralRe: Debugging DLL project in VC++ 6.0 Pin
Roger Allen7-Oct-04 7:13
Roger Allen7-Oct-04 7:13 
Insert the DLL project into .exe workspace from the projects menu
Set the exe project as active configuration
Make the exe project dependent on the dll project (porject dependencies)
Add a post build step to the dll project which copies the nuilt dll to the applications directory
Place breakpoints as required (works as VC knows about both)
Debug as required.


If you vote me down, my score will only get lower
GeneralWriting/Reading binaric objects to/from a file Pin
impeham7-Oct-04 1:46
impeham7-Oct-04 1:46 

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.