Click here to Skip to main content
15,887,676 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Exact memory allocated by my system ?? Pin
David Crow6-Jan-04 2:43
David Crow6-Jan-04 2:43 
AnswerRe: Exact memory allocated by my system ?? Pin
John M. Drescher6-Jan-04 4:27
John M. Drescher6-Jan-04 4:27 
GeneralRe: Exact memory allocated by my system ?? Pin
forjer6-Jan-04 5:12
forjer6-Jan-04 5:12 
GeneralRe: Exact memory allocated by my system ?? Pin
John M. Drescher6-Jan-04 5:25
John M. Drescher6-Jan-04 5:25 
GeneralRe: Exact memory allocated by my system ?? Pin
Rickard Andersson206-Jan-04 21:00
Rickard Andersson206-Jan-04 21:00 
GeneralAccess Another Thread's String Stream Pin
Anonymous6-Jan-04 2:11
Anonymous6-Jan-04 2:11 
GeneralRe: Access Another Thread's String Stream Pin
David Crow6-Jan-04 2:41
David Crow6-Jan-04 2:41 
GeneralRe: Access Another Thread's String Stream Pin
Mike Dimmick6-Jan-04 3:56
Mike Dimmick6-Jan-04 3:56 
I recommend using the OutputDebugString API (or MFC TRACE statements, which eventually turn into OutputDebugString calls) to output text. You can hook up a listener by attaching a debugger or a tool such as DebugView[^].

Alternatively, you may be able to see the output by giving the service Interactive logon permission. This can only be done if it's running in the SYSTEM context. I would only recommend this for debugging purposes, though - you should not consider it for a deployment.
GeneralRe: Access Another Thread's String Stream Pin
John M. Drescher6-Jan-04 4:07
John M. Drescher6-Jan-04 4:07 
GeneralMFC 7.0 and 98 Pin
Anonymous6-Jan-04 1:49
Anonymous6-Jan-04 1:49 
GeneralRe: MFC 7.0 and 98 Pin
Nick Hodapp6-Jan-04 4:25
sitebuilderNick Hodapp6-Jan-04 4:25 
GeneralRe: MFC 7.0 and 98 Pin
Anonymous6-Jan-04 6:20
Anonymous6-Jan-04 6:20 
GeneralMap URL address to IP address Pin
Anonymous6-Jan-04 0:16
Anonymous6-Jan-04 0:16 
GeneralRe: Map URL address to IP address Pin
Imran Farooqui6-Jan-04 1:23
Imran Farooqui6-Jan-04 1:23 
GeneralAdd to favorites Pin
Anonymous5-Jan-04 23:44
Anonymous5-Jan-04 23:44 
GeneralRe: Add to favorites Pin
ohadp6-Jan-04 1:11
ohadp6-Jan-04 1:11 
GeneralDeveloping a Basic Graphics Package Pin
Eldalie5-Jan-04 23:30
Eldalie5-Jan-04 23:30 
GeneralRe: Developing a Basic Graphics Package Pin
ohadp6-Jan-04 1:19
ohadp6-Jan-04 1:19 
GeneralRe: Developing a Basic Graphics Package Pin
Eldalie6-Jan-04 18:10
Eldalie6-Jan-04 18:10 
GeneralDevelopi Pin
Eldalie5-Jan-04 23:30
Eldalie5-Jan-04 23:30 
GeneralGetting key presses from MFC Pin
Anonymous5-Jan-04 23:29
Anonymous5-Jan-04 23:29 
GeneralRe: Getting key presses from MFC Pin
volkan8785-Jan-04 23:50
volkan8785-Jan-04 23:50 
GeneralRe: Getting key presses from MFC Pin
Anonymous6-Jan-04 7:10
Anonymous6-Jan-04 7:10 
GeneralHelp in MDI / VC++ needed Pin
Ruchit Sharma5-Jan-04 23:27
Ruchit Sharma5-Jan-04 23:27 
GeneralRe: Help in MDI / VC++ needed Pin
2249176-Jan-04 1:50
2249176-Jan-04 1:50 

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.