Click here to Skip to main content
15,915,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: XML newcomer Pin
Michael Dunn22-Jan-02 7:55
sitebuilderMichael Dunn22-Jan-02 7:55 
GeneralDisplaying stock quote in a C++ app Pin
SAK21-Jan-02 20:10
SAK21-Jan-02 20:10 
QuestionATL and enumerated values? Pin
Phil F21-Jan-02 19:53
Phil F21-Jan-02 19:53 
AnswerRe: ATL and enumerated values? Pin
Michael P Butler21-Jan-02 22:15
Michael P Butler21-Jan-02 22:15 
GeneralRe: ATL and enumerated values? Pin
Phil F22-Jan-02 6:34
Phil F22-Jan-02 6:34 
Generalnew versus VirtualAlloc Pin
alex.barylski21-Jan-02 19:02
alex.barylski21-Jan-02 19:02 
GeneralRe: new versus VirtualAlloc Pin
Phil F21-Jan-02 20:03
Phil F21-Jan-02 20:03 
GeneralRe: new versus VirtualAlloc Pin
alex.barylski22-Jan-02 10:18
alex.barylski22-Jan-02 10:18 
Just a generic text editor buffer, allocating 4096 byte pages. I would like to make the buffer grow to virtually unlimited size, but the hassle's I assume with VirtualAlloc are greater than the need for unlimited memory.

Heres the problem i foresee(spelling)

You can only lock 30 pages at any given call to VirtualLock, which creates the problem of not being able to lock once, move all, but instead i'd have to lock move 30 pages, unlock, lock again move another 30 and so on...am i right here...?Smile | :)

"An expert is someone who has made all the mistakes in thier field" - Niels Bohr
GeneralMCIWndCreate and Win2k Pin
21-Jan-02 13:15
suss21-Jan-02 13:15 
GeneralProblem subclassing CHeaderCtrl OnPaint Pin
Lea Johnson21-Jan-02 13:06
Lea Johnson21-Jan-02 13:06 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Jon Hulatt21-Jan-02 22:25
Jon Hulatt21-Jan-02 22:25 
GeneralRe: Problem subclassing CHeaderCtrl OnPaint Pin
Nish Nishant21-Jan-02 22:59
sitebuilderNish Nishant21-Jan-02 22:59 
GeneralI'm getting an Assert error when I try to get the contents of a CEdit Pin
Martin Marvinski21-Jan-02 13:05
Martin Marvinski21-Jan-02 13:05 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Christian Graus21-Jan-02 13:15
protectorChristian Graus21-Jan-02 13:15 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
DanYELL21-Jan-02 13:16
DanYELL21-Jan-02 13:16 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Tim Smith21-Jan-02 14:20
Tim Smith21-Jan-02 14:20 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Nish Nishant21-Jan-02 16:12
sitebuilderNish Nishant21-Jan-02 16:12 
GeneralRe: I'm getting an Assert error when I try to get the contents of a CEdit Pin
Jamie Hale22-Jan-02 5:53
Jamie Hale22-Jan-02 5:53 
GeneralYour pointer points to temporary object Pin
23-Jan-02 2:42
suss23-Jan-02 2:42 
Generalnew and delete -> across an EXE and a DLL Pin
Peter Weyzen21-Jan-02 12:20
Peter Weyzen21-Jan-02 12:20 
GeneralRe: new and delete -> across an EXE and a DLL Pin
Nemanja Trifunovic21-Jan-02 12:30
Nemanja Trifunovic21-Jan-02 12:30 
GeneralViolations Pin
Stephen Caldwell21-Jan-02 11:58
Stephen Caldwell21-Jan-02 11:58 
GeneralRe: Violations Pin
Joaquín M López Muñoz21-Jan-02 12:05
Joaquín M López Muñoz21-Jan-02 12:05 
GeneralRe: Violations Pin
Peter Weyzen21-Jan-02 12:21
Peter Weyzen21-Jan-02 12:21 
GeneralRe: Violations Pin
Nish Nishant21-Jan-02 16:14
sitebuilderNish Nishant21-Jan-02 16: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.