Click here to Skip to main content
16,008,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: urgent! change drag icon Pin
includeh1019-Jul-02 6:08
includeh1019-Jul-02 6:08 
GeneralRe: urgent! change drag icon Pin
Rage19-Jul-02 6:13
professionalRage19-Jul-02 6:13 
GeneralHelp about "mciSendCommand" and MCI_GETDEVCAPS_CAN_RECORD Pin
Antony B.19-Jul-02 4:10
sussAntony B.19-Jul-02 4:10 
GeneralRe: Help about "mciSendCommand" and MCI_GETDEVCAPS_CAN_RECORD Pin
Anonymous21-Jul-02 20:19
Anonymous21-Jul-02 20:19 
GeneralC++ Memory Allocation a real headache Pin
Blade Runner19-Jul-02 4:07
Blade Runner19-Jul-02 4:07 
GeneralRe: C++ Memory Allocation a real headache Pin
Ravi Bhavnani19-Jul-02 4:19
professionalRavi Bhavnani19-Jul-02 4:19 
GeneralRe: C++ Memory Allocation a real headache Pin
Blade Runner19-Jul-02 4:39
Blade Runner19-Jul-02 4:39 
GeneralRe: C++ Memory Allocation a real headache Pin
Ravi Bhavnani19-Jul-02 4:47
professionalRavi Bhavnani19-Jul-02 4:47 
MemWatcher can free up memory that Windows mistakenly continues to flag as "in use", thereby possibly allowing more memory to be used by your program. However, if you try to allocate "x" bytes and there aren't "x" contiguous bytes available, the allocation will fail.

Unfortunately, simply increasing your virtual memory won't guarantee that it's actually usable, since none of the data currently in physical memory may be swappable.

/ravi

Let's put "civil" back into "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralMs Word ATL ActiveX print size problem Pin
Braulio Dez19-Jul-02 3:55
Braulio Dez19-Jul-02 3:55 
QuestionHow to use rebar Chevrons in WTL? Pin
generic_user_id19-Jul-02 3:36
generic_user_id19-Jul-02 3:36 
AnswerRe: How to use rebar Chevrons in WTL? Pin
JohnnyG20-Jul-02 18:43
JohnnyG20-Jul-02 18:43 
GeneralProblems deserializing an object Pin
Mike Puddephat19-Jul-02 3:23
Mike Puddephat19-Jul-02 3:23 
GeneralC++ syntax question Pin
pankajdaga19-Jul-02 3:17
pankajdaga19-Jul-02 3:17 
GeneralRe: C++ syntax question Pin
Mike Upton19-Jul-02 3:32
Mike Upton19-Jul-02 3:32 
GeneralRe: C++ syntax question Pin
Christian Graus19-Jul-02 3:33
protectorChristian Graus19-Jul-02 3:33 
GeneralRe: C++ syntax question Pin
Mike Puddephat19-Jul-02 3:35
Mike Puddephat19-Jul-02 3:35 
GeneralDrawing strings on GDI+ that are vertical bottom to top aligned! Pin
Williams19-Jul-02 3:04
Williams19-Jul-02 3:04 
GeneralRotate the text, yourself Pin
Jonathan de Halleux19-Jul-02 5:16
Jonathan de Halleux19-Jul-02 5:16 
GeneralRe: Rotate the text, yourself Pin
Williams19-Jul-02 5:33
Williams19-Jul-02 5:33 
Generalsingle instance Pin
slah19-Jul-02 2:43
slah19-Jul-02 2:43 
GeneralRe: single instance Pin
Mike Upton19-Jul-02 3:09
Mike Upton19-Jul-02 3:09 
GeneralRe: single instance Pin
Raphael Kindt19-Jul-02 3:12
Raphael Kindt19-Jul-02 3:12 
GeneralRe: single instance Pin
Mike Upton19-Jul-02 3:46
Mike Upton19-Jul-02 3:46 
GeneralRe: single instance Pin
Raphael Kindt19-Jul-02 5:18
Raphael Kindt19-Jul-02 5:18 
GeneralPIC C interrupt using #int_global Pin
Lucky the code machine19-Jul-02 2:14
Lucky the code machine19-Jul-02 2:14 

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.