Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionQueueUserWorkItem - how to call correctly? Pin
vgrigor5-Nov-03 2:07
vgrigor5-Nov-03 2:07 
AnswerRe: QueueUserWorkItem - how to call correctly? Pin
Mike Dimmick5-Nov-03 4:33
Mike Dimmick5-Nov-03 4:33 
GeneralRe: QueueUserWorkItem - how to call correctly? Pin
vgrigor5-Nov-03 4:41
vgrigor5-Nov-03 4:41 
QuestionIs accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
Varun Shoor5-Nov-03 2:00
Varun Shoor5-Nov-03 2:00 
AnswerRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
vgrigor5-Nov-03 2:14
vgrigor5-Nov-03 2:14 
GeneralRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
Varun Shoor5-Nov-03 2:28
Varun Shoor5-Nov-03 2:28 
GeneralRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
vgrigor5-Nov-03 2:37
vgrigor5-Nov-03 2:37 
GeneralRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
Dave Kreskowiak5-Nov-03 12:55
mveDave Kreskowiak5-Nov-03 12:55 
The only drawback to using the registry is it limited size in Windows 2000 and below.

XP removes the limits because it is now mapped into the cache address space and isn't charged for more than 4MB of memory.

Also, using the registry for data storage isn't really the quickest method. If performance is an issue, you should check into either developing your own storage class or using possibly using XML.

RageInTheMachine9532
AnswerRe: Is accessing the registry every 1 second a bad idea? What other dynamic data storage method do you recommend? Pin
David Crow5-Nov-03 4:18
David Crow5-Nov-03 4:18 
QuestionPossible to swith Fibers in other thread ? Pin
vgrigor5-Nov-03 1:59
vgrigor5-Nov-03 1:59 
QuestionCBitmap bits/pixel reduction? Pin
mcondra5-Nov-03 1:19
mcondra5-Nov-03 1:19 
QuestionCreateFile : COMPORT limitation ?????? Pin
youssef5-Nov-03 0:04
youssef5-Nov-03 0:04 
Generalcapture Alt+F2 Pin
murali_utr4-Nov-03 23:43
murali_utr4-Nov-03 23:43 
GeneralRe: capture Alt+F2 Pin
David Crow5-Nov-03 4:53
David Crow5-Nov-03 4:53 
GeneralRe: capture Alt+F2 Pin
murali_utr5-Nov-03 19:46
murali_utr5-Nov-03 19:46 
GeneralFiber sample is need ... Pin
vgrigor4-Nov-03 23:28
vgrigor4-Nov-03 23:28 
QuestionEncryption help??? Pin
xxhimanshu4-Nov-03 23:19
xxhimanshu4-Nov-03 23:19 
AnswerRe: Encryption help??? Pin
Alexander M.,5-Nov-03 9:07
Alexander M.,5-Nov-03 9:07 
GeneralPrint The FrameWindow Pin
Azghar Hussain4-Nov-03 21:48
professionalAzghar Hussain4-Nov-03 21:48 
GeneralGDI+ Pin
Jorgen E.4-Nov-03 21:36
Jorgen E.4-Nov-03 21:36 
General2 images on list ctrl Pin
YaronNir4-Nov-03 20:35
YaronNir4-Nov-03 20:35 
Generalstd::string parsing Pin
Shah Shehpori4-Nov-03 19:10
sussShah Shehpori4-Nov-03 19:10 
GeneralRe: std::string parsing Pin
Andrew Walker4-Nov-03 22:59
Andrew Walker4-Nov-03 22:59 
GeneralProblem in using FindFirstFile Pin
samhita4-Nov-03 18:02
samhita4-Nov-03 18:02 
GeneralRe: Problem in using FindFirstFile Pin
georgiek504-Nov-03 19:36
georgiek504-Nov-03 19:36 

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.